-
Notifications
You must be signed in to change notification settings - Fork 11
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
Evaluate Code #9
Comments
I check the code between the ori-code branch and the master branch. The checkpoint in the save model has a big difference. One save the encoder and generator. Another just simply save the model. |
In master branch you can use |
Thanks a lot. |
Which model in the paper is the best. EDLPGS? |
Its EDLPS in terms of Bleu scores |
It seems like that after I trained the model with our own dataset using the code from master branch, I can not evaluate the model on the test set unless switching to ori- branch. However, I don't want to waste 2days training the model. What can I do to evaluate the testing data in the master branch.
The text was updated successfully, but these errors were encountered: