WHY MY LOSS AND ACCURACY SCORE ARE CRAZY? #669
Answered
by
alkali333
DeepNeuralDog
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
alkali333
Oct 5, 2023
Replies: 1 comment 1 reply
-
Have you tried it on the CPU? Just do one epoch because it takes a while. With the free version of Google Collab I sometimes got very random behaviour on the GPU and had to keep resettin the kernal. The only thing I can see is that with your model, after all the convolutions and pooling, the output passed to the flatten layer only has 4*4. That's a small feature map. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DeepNeuralDog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried it on the CPU? Just do one epoch because it takes a while. With the free version of Google Collab I sometimes got very random behaviour on the GPU and had to keep resettin the kernal.
The only thing I can see is that with your model, after all the convolutions and pooling, the output passed to the flatten layer only has 4*4. That's a small feature map.