MCPcopy Create free account
hub / github.com/MetaSLAM/SphereVLAD / adjust_learning_rate

Method adjust_learning_rate

models/robotLCD.py:111–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 self.neptune['Sphere/eval_lidar_secd'].append(secd.item())
110
111 def adjust_learning_rate(self):
112 if self.scheduler != None:
113 self.scheduler.step()
114
115 def save_checkpoint(self, epoch):
116 state_dict = {"state_dict": self.model.state_dict(),

Callers 1

trainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected