-
Notifications
You must be signed in to change notification settings - Fork 239
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
Need help for retraining and cross validation #18
Comments
i very want to help you, but i only have a 1080ti 12g and don't know how change code to get BLEU score. |
You can compare the rouge score too. I used 1070 with 8 gb and it took 3 days to train for 500k iteration. On 1080 ti it must be faster. |
I have finished the test of 100K and am now doing another test of 500K. |
Thats great. One more option would be to train for 700k make checkpoint every 50k and verify which checkpoint give best result. |
I've done 288K/500K, and I will start the 700k test in 2 days. So I'm going to upload it to DropBox, or you can select one to me. |
You don't need to upload the model. You can just report the rouge score. |
ok. |
@atulkum did you try this model on some external data? like how do you convert just a csv file of text data to bin format. And could you upload pretrianed weight as well?? @pengzhi123 |
I'm sorry for uploading data now. Our machine is broken, and I only trained to 660K. The following is the experimental result: ROUGE-2: ROUGE-l: 500k (batch size 8): ROUGE-2: ROUGE-l: |
Thanks for doing this. Did you enabled coverage loss for this result? |
@pengzhi123 Hi there, Can I ask what machine u r running it on? Seems really fast |
Need help for retraining and cross validation and see if the ROUGE score matches exactly (or better) with the numbers reported in the paper.
I just train for 500k iteration (with batch size 8) with pointer generation enabled + coverage loss disabled and next 100k iteration (with batch size 8) with pointer generation enabled + coverage loss enabled.
It would be great if someone can help re-running these experiments and try to see if we can improve the result and match it with the paper.
You might need a better GPU though. (my current one is gtx 1070 8 gb)
The text was updated successfully, but these errors were encountered: