Closed Oguked closed 6 years ago
Hey there,
The cross-entropy loss function I used contains the softmax operation intrinsically. Please read the relevant documentation carefully before opening up an issue regarding functioning code.
Function details: https://pytorch.org/docs/stable/nn.html#cross-entropy Source: https://pytorch.org/docs/stable/_modules/torch/nn/functional.html#cross_entropy
I think your model is missing a normalization operation like Softmax at the end, because the output values are big positiv/negativ numbers (-42, +30 etc.).