poojahira / image-captioning-bottom-up-top-down

PyTorch implementation of Image captioning with Bottom-up, Top-down Attention
164 stars 39 forks source link

Repeated captions #25

Closed atg93 closed 4 years ago

atg93 commented 4 years ago

Hi, thank you for sharing your code. However, I think I found a mistake. After producing captions, the number of captions is 25000. I thought it was because you generate them for each description in the dataset(5000x5). On the other hand, when I tried to obtain different captions, the number is close to 3000. However, I expected like 5000. I tried to understand what wrong in 4 days now but I have not find the problem. I will be glad if you fix the code or give hint.