You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using mplug to do image captioning task.
At inference, I use beam search to generate results, and I find that the topk_probs from beam_generator.translate_batch_scst() is very small(like 0.0014 after exp()), indicating that the confidence score of caption is very small, could you tell me if I am using the wrong output as confidence score of the caption, or why this confidence number is such small? Thx a lot!
The text was updated successfully, but these errors were encountered:
Wykay
changed the title
The logprob of image captioning result of mplugv2 is very small
The logprob of image captioning result of mplug is very small
Jul 7, 2023
Hello, I am using mplug to do image captioning task.
At inference, I use beam search to generate results, and I find that the topk_probs from beam_generator.translate_batch_scst() is very small(like 0.0014 after exp()), indicating that the confidence score of caption is very small, could you tell me if I am using the wrong output as confidence score of the caption, or why this confidence number is such small? Thx a lot!
I follow this to write the code of inference.
The text was updated successfully, but these errors were encountered: