If I take a model over which I know the BLEU score (in this case, 11.11) and run it on bleeding-edge Theano code (pip install git+git://github.com/Theano/Theano.git) then something is seriously broken:
If anyone else experiences this problem, please reply to this issue. It may be caused by an unexpected change to how recurrence() works in bleeding-edge Theano, or something even more sinister.
If I take a model over which I know the BLEU score (in this case, 11.11) and run it on bleeding-edge Theano code (
pip install git+git://github.com/Theano/Theano.git
) then something is seriously broken:BLEU = 0.00, 40.2/0.0/0.0/0.0 (BP=0.000, ratio=0.050, hyp_len=1255, ref_len=24880)
If anyone else experiences this problem, please reply to this issue. It may be caused by an unexpected change to how recurrence() works in bleeding-edge Theano, or something even more sinister.