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

Method get_type

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

Source from the content-addressed store, hash-verified

3581 return self._get_optimizer_param("lr")
3582
3583 def get_type(self):
3584 return self._get_optimizer_param("type")
3585
3586 def get_mom(self):
3587 if self.optimizer_name() in ["SGD", "RMSprop"]:

Callers

nothing calls this directly

Calls 1

_get_optimizer_paramMethod · 0.95

Tested by

no test coverage detected