Multi-class classification #857
Unanswered
moranaudbxhb
asked this question in
Q&A
Replies: 1 comment 11 replies
-
You need to post your code snippet as well can't determine anything from your output alone. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
video lesson 87 .
topic : Creating a training and testing loop for a multi-class PyTorch model
problem : I am getting results that are so weird . I need to understand why
Epoch: 0 | Loss: 1.04324, Acc: 65.50% | Test Loss: 0.57861, Test Acc: 95.50%
Epoch: 10 | Loss: 0.05260, Acc: 98.75% | Test Loss: 0.00351, Test Acc: 100.00%
Epoch: 20 | Loss: 0.15444, Acc: 99.00% | Test Loss: 0.00025, Test Acc: 100.00%
Epoch: 30 | Loss: 0.16679, Acc: 99.25% | Test Loss: 0.05451, Test Acc: 99.50%
Epoch: 40 | Loss: 24442644.00000, Acc: 26.12% | Test Loss: 4618876616704.00000, Test Acc: 31.50%
Epoch: 50 | Loss: nan, Acc: 25.12% | Test Loss: nan, Test Acc: 24.50%
Epoch: 60 | Loss: nan, Acc: 25.12% | Test Loss: nan, Test Acc: 24.50%
Epoch: 70 | Loss: nan, Acc: 25.12% | Test Loss: nan, Test Acc: 24.50%
Epoch: 80 | Loss: nan, Acc: 25.12% | Test Loss: nan, Test Acc: 24.50%
Epoch: 90 | Loss: nan, Acc: 25.12% | Test Loss: nan, Test Acc: 24.50%
Beta Was this translation helpful? Give feedback.
All reactions