-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error resuming training of a NER model #2886
Comments
hi @fmafelipe , |
Hi @helpmefindaname |
assuming that you trained for 25 epochs, yes. If you are using the latest master branch, (where #2895 is merged) you can also use |
Thank you so much 👍👌 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I want to resume training a NER model as shown in the tutorials, loading the model checkpoint but running it with :
trainer.resume(trained_model, base_path=path + '-resume', max_epochs=25, )
It simply shows me the metrics of the loaded model and does not perform any training.
The text was updated successfully, but these errors were encountered: