sgrvinod / a-PyTorch-Tutorial-to-Image-Captioning

Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning
MIT License
2.74k stars 711 forks source link

bleu-4 does not increase #184

Open NguyenVietPhong opened 1 year ago

NguyenVietPhong commented 1 year ago

metric blue-4 doesn't increase more than 0.147 with coco data and 0.099 with flickr8k data, is there any way to improve the result. thank

Huanyu2019 commented 1 year ago

Hello, I have been training under flickr8k data set, the convergence has not been, do you know what the problem is?

loserlulin9 commented 1 year ago

Hello, I have encountered with the same problem when I train the flickr8k and flickr30k dataset in my own environment. However, I can correctly run caption.py when I use the best coco_checkpoint the author provided in README. Could anyone help? Thanks!!!