microsoft / Oscar

Oscar and VinVL
MIT License
1.04k stars 251 forks source link

Did you use beam search in captioning CIDEr optimizaiton finetuning ? #121

Open LeeYN-43 opened 3 years ago

LeeYN-43 commented 3 years ago

Thanks for your great work! In Oscar paper, you mentioned beam size = 5 during inference. However, in your CIDEr optimization finetune command, you use beam size = 1. Is that mean you did not use beam search in training and only use beam search in testing?