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
Recently, I used use the pytorch lightning to train the model, but I found that the function "validation_step" can not use the model parameters trained after the function "training_step". I then saved the model parameters and reloaded the parameters for new training, the "validation_step" function can ouput the right value. I want to know how can I solve the problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently, I used use the pytorch lightning to train the model, but I found that the function "validation_step" can not use the model parameters trained after the function "training_step". I then saved the model parameters and reloaded the parameters for new training, the "validation_step" function can ouput the right value. I want to know how can I solve the problem.
Beta Was this translation helpful? Give feedback.
All reactions