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 training of deep learning model, e.g. in the file "Train_MoDL_Zpad.py", there is one line of code for a scheduler instance, but this scheduler is not used. Because there is no code for scheduler.step().
So is it designed in this way, or you forgot that line of code "scheduler.step()"?
Best regards
Guang Chai
The text was updated successfully, but these errors were encountered:
gggc97
changed the title
scheduler not really used(no scheduler.step())
scheduler not really used(no "scheduler.step()")
Sep 5, 2022
Hi,
in the training of deep learning model, e.g. in the file "Train_MoDL_Zpad.py", there is one line of code for a scheduler instance, but this scheduler is not used. Because there is no code for scheduler.step().
So is it designed in this way, or you forgot that line of code "scheduler.step()"?
Best regards
Guang Chai
The text was updated successfully, but these errors were encountered: