DeepLearningDTU / 02456-deep-learning-with-PyTorch

Exercises and supplementary material for the deep learning course 02456 using PyTorch.
313 stars 455 forks source link

Lab4 output #6

Closed Faur closed 6 years ago

Faur commented 6 years ago

The output of the net is softmaxed so it’s probabilities, but then we use a loss function that assumes them to be scores and applies softmax again. This is not a big problem in practice, but in principle it doesn’t make sense, and it clashes with the score given by Kaggle if you upload the results, because as far as I understand Kaggle assumes the outputs to be scores, whereas we have probabilities.

Faur commented 6 years ago

Fixed in cf461d004cbc40f839640a5e8207346e2e191b2d