How to get the best epoch number? #17143
Struggle-Forever
started this conversation in
General
Replies: 1 comment
-
The best model is saved at what epoch? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I get the test results, I want to get the best epoch of the model, how should I get it?
result = trainer.test(model, ckpt_path=checkpoint_callback.best_model_path)
This only allows me to get the test results, but I want to get the epoch of the best model.
Beta Was this translation helpful? Give feedback.
All reactions