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
{{ message }}
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
During inference, if I provide a sentence, it would provide top-k predictions based on the
beam_widthparameter.What this
num_translations_per_inputis referring to then?Are they the same parameter i.e beam width? If not what is this parameter (
num_translations_per_input)?