show-attend-and-tell icon indicating copy to clipboard operation
show-attend-and-tell copied to clipboard

What's the best performance of this code?

Open gorgeousyouth opened this issue 6 years ago • 4 comments
trafficstars

excuse me , i get the model by using the code , but i can not get the score in the paper,can you tell me the reason

gorgeousyouth avatar Nov 30 '18 08:11 gorgeousyouth

Bleu_1: 0.639145 Bleu_2: 0.424485 Bleu_3: 0.283304 Bleu_4: 0.192496 METEOR: 0.203724 ROUGE_L: 0.503118 CIDEr: 0.584677

weicheng51 avatar Mar 21 '19 09:03 weicheng51

the result of my training is far from the one published in the paper

weicheng51 avatar Mar 21 '19 09:03 weicheng51

the result of my training is far from the one published in the paper

I got the same results which indeed far away from the results in the paper. And I do not know why:(

shiqi1994 avatar Nov 12 '19 15:11 shiqi1994

I imitated this code and wrote a Pytorch-based version, and used Resnet101 to extract features, only to get a score close to that in the paper. ratio: 1.01423555697 Bleu_1: 0.708868328298 Bleu_2: 0.50652071489 Bleu_3: 0.359143843477 Bleu_4: 0.254603597177 METEOR: 0.231556508619

takagi97 avatar Apr 21 '20 09:04 takagi97