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!
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!