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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: