show_and_tell.tensorflow icon indicating copy to clipboard operation
show_and_tell.tensorflow copied to clipboard

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

Open YuDeng opened this issue 8 years ago • 1 comments

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 :)

YuDeng avatar Dec 22 '16 02:12 YuDeng

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,

nqkhai1706 avatar Jan 23 '17 04:01 nqkhai1706