You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 33rd and 34th line of trainer.py, there are two step functions, i.e., self.scheduler.step() and self.loss.step(). Could you explain the roles of these two functions?
The text was updated successfully, but these errors were encountered:
MGN-pytorch/trainer.py
Line 34 in 384e820
Hi, thank you for the nice repo!
In the 33rd and 34th line of trainer.py, there are two step functions, i.e., self.scheduler.step() and self.loss.step(). Could you explain the roles of these two functions?
The text was updated successfully, but these errors were encountered: