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
In this project, i see the F.cross_entropy() is used for caclulating the loss, however mse loss is introduced in the paper.
i'm confused why it is different and does cross_entropy is more effective?