I trained a classification model using Pytorch .
The inference result is correct but the probabilities output is strange , for example I get :
Prob = [4.5566592, -0.49383235, -4.1694036] . the probabilities are not in the interval [0,1] .
Is this correct ? or I am missing something
Thank you.