Kyubyong / transformer

A TensorFlow Implementation of the Transformer: Attention Is All You Need
Apache License 2.0
4.24k stars 1.29k forks source link

BLEU score #97

Open LittleSun7 opened 5 years ago

LittleSun7 commented 5 years ago

I am running under Windows 10, but I found that the bleu score is not running, why?

zhuzhikui commented 5 years ago

Me too.Have you solved the issue?

trx14 commented 5 years ago

I am running under Windows 10, but I found that the bleu score is not running, why?

you need download "active Perl". This code used a Perl code to calculate BLUE. You could check the Calculate BLUE code in utils.py.