MCPcopy Create free account
hub / github.com/DragonisCV/RAM / get_current_learning_rate

Method get_current_learning_rate

ram/models/base_model.py:208–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 self._set_lr(warm_up_lr_l)
207
208 def get_current_learning_rate(self):
209 return [param_group['lr'] for param_group in self.optimizers[0].param_groups]
210
211 @master_only
212 def save_network(self, net, net_label, current_iter, param_key='params'):

Callers 1

train_pipelineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected