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