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 am training a model from scratch using 'patch_tst_getting_started.ipynb' notebook. It seems that the model is saving checkpoints in "./checkpoint/patchtst/direct/train/output/" . How can I load the final model? I assume that the best model in terms of validation loss is saved in "./checkpoint/patchtst/direct/train/output/" ?
In my case, three checkpoint repos are created : "checkpoint-2597000", "checkpoint-2623500" and "checkpoint-2650000". How these checkpoints are selected?
Thank you,
Best regards
The text was updated successfully, but these errors were encountered:
Hi,
I am training a model from scratch using 'patch_tst_getting_started.ipynb' notebook. It seems that the model is saving checkpoints in "./checkpoint/patchtst/direct/train/output/" . How can I load the final model? I assume that the best model in terms of validation loss is saved in "./checkpoint/patchtst/direct/train/output/" ?
In my case, three checkpoint repos are created : "checkpoint-2597000", "checkpoint-2623500" and "checkpoint-2650000". How these checkpoints are selected?
Thank you,
Best regards
The text was updated successfully, but these errors were encountered: