show_and_tell.tensorflow
show_and_tell.tensorflow copied to clipboard
If I want to calculate the BLEU score for the model, how should I do?
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 :)
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,