MCPcopy
hub / github.com/ddbourgin/numpy-ml / copy

Method copy

numpy_ml/neural_nets/schedulers/schedulers.py:27–29  ·  view source on GitHub ↗

Return a copy of the current object.

(self)

Source from the content-addressed store, hash-verified

25 return self.learning_rate(step=step, cur_loss=cur_loss)
26
27 def copy(self):
28 """Return a copy of the current object."""
29 return deepcopy(self)
30
31 def set_params(self, hparam_dict):
32 """Set the scheduler hyperparameters from a dictionary."""

Callers 10

derived_variablesMethod · 0.45
fnMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
minibatcherMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected