-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Checkpoints not saved #26
Comments
In the
The code runs and I was able to load the model to test on the Adversarial SQuAD datasets. I do not use the other Edit: the files have been modified in the latest commits so I think it's now necessary to check the loading of fine-tuned models in the script. |
You are right this argument was not used. I removed it, thanks. These examples are provided as starting point to write training scripts for the package module. I don't plan to update them any further (except fixing bugs). |
what is your result on adversarial-squad? |
At that time I got: AddOneSent |
Thanks a lot! Do you release your paper? i want to cite your result and paper in my paper. |
Unfortunately it was not part of a paper, just preliminary results. |
There is an option
save_checkpoints_steps
that seems to control checkpointing. However, there is no actual saving operation in therun_*
scripts. So, should we add that functionality or remove this argument?The text was updated successfully, but these errors were encountered: