MCPcopy Create free account
hub / github.com/apache/singa / set_states

Method set_states

python/singa/opt.py:530–533  ·  view source on GitHub ↗
(self, states)

Source from the content-addressed store, hash-verified

528 return states
529
530 def set_states(self, states):
531 super().set_states(states)
532 if 'history' in states:
533 self.history = states['history']
534
535
536class Adam(Optimizer):

Callers

nothing calls this directly

Calls 1

set_statesMethod · 0.45

Tested by

no test coverage detected