This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Description
Hey,
I downloaded your notebook and pretrained weights and wasn't able to reproduce the BLEU scores you obtained. These are the BLEU scores I got:
[('100-1', 2.2396683846707894e-155), ('1000-1', 2.031826294518176e-155)]
I also tried training the network myself to see if I'd get a different result but received similar BLEU scores to the ones above.
I haven't modified your code.
Are there certain considerations I may not have accounted for prior to running your code, or is it likely I did something wrong?