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

Method set_states

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

Source from the content-addressed store, hash-verified

436 return states
437
438 def set_states(self, states):
439 super().set_states(states)
440 if 'running_average' in states:
441 self.running_average = states['running_average']
442
443
444class AdaGrad(Optimizer):

Callers

nothing calls this directly

Calls 1

set_statesMethod · 0.45

Tested by

no test coverage detected