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

Method train_batch_size

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

Source from the content-addressed store, hash-verified

1126 return self._config.sparse_gradients_enabled
1127
1128 def train_batch_size(self):
1129 return self._config.train_batch_size
1130
1131 def train_micro_batch_size_per_gpu(self):
1132 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