why dose the model predict the same label ALL? #3282
Unanswered
XieXiao1997
asked this question in
Q&A
Replies: 1 comment
-
Hi @demodoom1 , Thanks for your experiments here. Thanks. |
Beta Was this translation helpful? Give feedback.
0 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.
-
When I try to train a 3D binary classfication refer to 3d_classification\torch\densenet_training_dict, I found that there are always only a few of the same values after a few epoch. So i cheak the ConfuseMatrix ,the predict of the model become odd like this:


Training Set:
Validation Set:
It likes the training make the model using a simple way to classfy only predict the same value.
My trainset/validset‘s labels are evenly distributed. It's hard to understand.
I have tried to reduce the learning rate, add weight-decay in Adam,change the model to Resnet,but all work do not work.
Beta Was this translation helpful? Give feedback.
All reactions