LossUpAccUp icon indicating copy to clipboard operation
LossUpAccUp copied to clipboard

Loss and accuracy go opposite ways...right?

Results 1 LossUpAccUp issues
Sort by recently updated
recently updated
newest added

Hi, Here is the result when I reproducing your _LeNet.ipynb_ . ![lenet](https://user-images.githubusercontent.com/19368458/167800348-ed956e6e-5e5a-4ea7-aa7a-3da750515b8c.png) I just add a simple `output = F.softmax(output,dim=-1)` before `loss = F.cross_entropy(output, target)` and things changed. We can...