-
Notifications
You must be signed in to change notification settings - Fork 325
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
how to reproduce the scores in paper? #75
Comments
Are you using the same code from the notebook? I ask since most couldn't even get it to run |
@mukeshmithrakumar Yes I run the same code, and I used Python 3.6, Tensorflow 1.4, it can run on both Windows10 and ubuntu, I only change some trivial code for adaptation. |
Hi @ivy94419 I will test the code and will get back to you |
Hi @ivy94419 @mukeshmithrakumar I am able to train the model (python 2.7 tensorflow = 1 4)but could not evaluate them. |
Hi @rijuldhir, I wanted this to be a benchmark and it turned out to be a lot of hustle to get it to predict something so moved on to a different model. Will let you know if I come back to this but I highly doubt anytime soon. You will have better luck with asking ivy |
@rijuldhir what errors have you faced during evaluating? |
When i run evaluate_model.ipynb @ivy94419 In case you know it shapes are not equal? |
@rijuldhir Sorry for late reply, try to change this to 1024 |
Thanks for the reply @ivy94419 . |
@rijuldhir I only achieved 19.3 BLEU-4 as mentioned above ... |
@ivy94419 I have been trying to change vgg network from vgg19 to vgg16 in the code but I am getting some errors. |
do you get the same score in the paper?thanks |
I have train a model and the parameters are set similar with yours:
20 epochs
~80,000 train set
~4000 val set
but I only got 19.3 bleu-4 in epoch 8, but the paper has achieved 24.3 bleu-4
When continue training, the scores decrease as follows:
Epoch bleu4
-------------
15 18.28
16 17.71
17 17.79
18 17.72
19 17.43
20 17.35
I am a beginner in deep learning, and how should I adjust parameters or other things to get higher scores?
The text was updated successfully, but these errors were encountered: