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
I noticed that the trained model will not be save unless I changed "check_val_every_n_epoch" , can I change this through Hydra config file? Also, is there a way that I can skip the training but just predict the trained model through Hydra?
I tried to do this without Hydra, it worked for the examples that do not have extra_variables. For the 2D-Navier-Stokes example, I cannot validate the model, and for KDV example, the training cannot start. I think I did everything correctly and followed the tutorials, but these two examples cannot work.
Thanks!
The text was updated successfully, but these errors were encountered:
XzXu
changed the title
Save Trained Model
Save and Load Trained Model
Oct 3, 2024
Hello,
I noticed that the trained model will not be save unless I changed "check_val_every_n_epoch" , can I change this through Hydra config file? Also, is there a way that I can skip the training but just predict the trained model through Hydra?
I tried to do this without Hydra, it worked for the examples that do not have extra_variables. For the 2D-Navier-Stokes example, I cannot validate the model, and for KDV example, the training cannot start. I think I did everything correctly and followed the tutorials, but these two examples cannot work.
Thanks!
The text was updated successfully, but these errors were encountered: