Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beam_size == 1 for self-critical decoding? #7

Open
sgondala opened this issue Mar 3, 2020 · 1 comment
Open

beam_size == 1 for self-critical decoding? #7

sgondala opened this issue Mar 3, 2020 · 1 comment

Comments

@sgondala
Copy link

sgondala commented Mar 3, 2020

The paper 'Self-critical Sequence Training for Image Captioning' mentions that our baseline is greedy argmax decoding, which is the same as the inference time technique used.

If that's the case, shouldn't the beam size for inference be always 1? If we just choose argmax at each step, there's just one possible way of forming a sentence right?

@ruotianluo
Copy link
Owner

There is no specific connection between baseline and inference method. They can be different.

SCST uses greedy decoding during inference time because beam search doesn't boost the performance much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants