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 read your code carefully. In train.py, I'm not sure what outputs means. Is it the output of the model FC layer or the Softmax layer?
Because if it's the output of the FC layer, then it's contradictory to _ predicted = outputs.max (1), and if it's the output of the Softmax layer, it's contradictory to loss = criterion (outputs, y). What's going on?
Please take the precious time to help me, because I urgently need to get the correct conclusion and thank you for your help.
The text was updated successfully, but these errors were encountered:
I read your code carefully. In train.py, I'm not sure what outputs means. Is it the output of the model FC layer or the Softmax layer?
Because if it's the output of the FC layer, then it's contradictory to _ predicted = outputs.max (1), and if it's the output of the Softmax layer, it's contradictory to loss = criterion (outputs, y). What's going on?
Please take the precious time to help me, because I urgently need to get the correct conclusion and thank you for your help.
The text was updated successfully, but these errors were encountered: