jazzsaxmafia / show_and_tell.tensorflow

BSD 2-Clause "Simplified" License
290 stars 92 forks source link

If I want to calculate the BLEU score for the model, how should I do? #18

Open YuDeng opened 7 years ago

YuDeng commented 7 years ago

Hello! I really appreciate for your great code of NIC model. I've revised your code and have done an training process based on your code. I want to know how I can test BLEU score of the model to see how well it works compare to the state-of-art results? Is there any resources for computing the score or other scores like METER or perplexity? Thanks a lot :)

nqkhai1706 commented 7 years ago

Hello @YuDeng, It is a reference: https://en.wikipedia.org/wiki/BLEU

I will write the code based on it soon.

With the code, the training process, it give result as many models file. Which one you use for your model?

Thanks,