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

Teacher forcing during beam decoding #192

Open
iamsimha opened this issue Aug 29, 2019 · 0 comments
Open

Teacher forcing during beam decoding #192

iamsimha opened this issue Aug 29, 2019 · 0 comments

Comments

@iamsimha
Copy link

def forward(self, inputs=None, encoder_hidden=None, encoder_outputs=None, function=F.log_softmax,
.

I think teacher_forcing should not be present in beam decoding, since ground truth tokens are not known during inference.

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

1 participant