MCPcopy
hub / github.com/horovod/horovod / set_value

Method set_value

horovod/torch/elastic/state.py:84–86  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

82 raise NotImplementedError()
83
84 def set_value(self, value):
85 self.value = value
86 self.save()
87
88
89class ModelStateHandler(StateHandler):

Callers 11

on_state_resetFunction · 0.80
__setattr__Method · 0.80
trainFunction · 0.80
_create_modelMethod · 0.80
_adjust_learning_rateMethod · 0.80
train_fnFunction · 0.80
train_fnFunction · 0.80
on_state_resetFunction · 0.80
on_state_resetFunction · 0.80

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected