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
I was trying to reproduce the model and realized that you used NLL loss in github yet it was mentioned in the paper to use Cross Entropy Loss. Would you mind suggesting which one of these loss function I should go further on my own?
Thanks
The text was updated successfully, but these errors were encountered:
To answer your question, it's up to your implementation. If your model outputs log of probability, use NLL loss. If it outputs logits, use cross entropy loss.
Hi Shion,
I was trying to reproduce the model and realized that you used NLL loss in github yet it was mentioned in the paper to use Cross Entropy Loss. Would you mind suggesting which one of these loss function I should go further on my own?
Thanks
The text was updated successfully, but these errors were encountered: