MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / train_batch_size

Method train_batch_size

deepspeed/runtime/engine.py:1142–1143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1140 return self._config.sparse_gradients_enabled
1141
1142 def train_batch_size(self):
1143 return self._config.train_batch_size
1144
1145 def train_micro_batch_size_per_gpu(self):
1146 return self._config.train_micro_batch_size_per_gpu

Callers 10

__init__Method · 0.95
_take_model_stepMethod · 0.95
_autotuning_exitMethod · 0.95
_load_checkpointMethod · 0.95
__init__Method · 0.80
train_batchMethod · 0.80
_take_lr_scheduler_stepFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1