a-PyTorch-Tutorial-to-Image-Captioning icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Image-Captioning copied to clipboard

How to do ensemble at testing with beam search?

Open homelifes opened this issue 5 years ago • 1 comments

Hi @sgrvinod, thanks for your code. When using beam search, how de we perform ensemble testing (testing multiple models and average predictions across models). Should we add all the log softmax output in the beam search fuction and then divide them by the number of models?

homelifes avatar Oct 31 '19 19:10 homelifes

@sgrvinod im waiting for you reply

homelifes avatar Nov 02 '19 04:11 homelifes