MCPcopy
hub / github.com/xiaolai-sqlai/mobilenetv3 / state_dict

Method state_dict

utils.py:381–382  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

379 return norm
380
381 def state_dict(self):
382 return self._scaler.state_dict()
383
384 def load_state_dict(self, state_dict):
385 self._scaler.load_state_dict(state_dict)

Callers 2

save_modelFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected