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

Softmax or logsoftmax for auxiliary prediction #3

Open
haoyangz opened this issue Mar 1, 2018 · 1 comment
Open

Softmax or logsoftmax for auxiliary prediction #3

haoyangz opened this issue Mar 1, 2018 · 1 comment

Comments

@haoyangz
Copy link

haoyangz commented Mar 1, 2018

The current code uses softmax for auxiliary prediction and during training uses NLL Loss. But according to here it seems that the right last layer to go with NLL is LogSoftmax instead?

@zhangrong1722
Copy link

However,I found only Softmax rather than LogSoftmax works.Could you verify the differences between these?

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