MCPcopy Create free account
hub / github.com/AIS-SNU/Smart-Infinity / loss_scale

Method loss_scale

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

Source from the content-addressed store, hash-verified

772 return self._config.fp16_auto_cast
773
774 def loss_scale(self):
775 return self._config.loss_scale
776
777 def gradient_accumulation_steps(self):
778 return self._config.gradient_accumulation_steps

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected