MCPcopy Create free account
hub / github.com/RylonW/DocNLC / get_current_learning_rate

Method get_current_learning_rate

models/base_model.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 self._set_lr(warm_up_lr_l)
64
65 def get_current_learning_rate(self):
66 return [param_group['lr'] for param_group in self.optimizers[0].param_groups]
67
68 def get_network_description(self, network):
69 """Get the string and total parameters of the network"""

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected