Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am doing an image classification task. I have 7 classes.
The accuracy of the model shows much difference if I train it through python API.
If I run MMpretrain train.py with configs I get validation with 85% accuracy. However, If I write my own training codes, Its training accuracy keeps growing but the validation accuracy stuck at 22%.
According to the configs file in the MMpretrain folder, the normalization values are copied, I tried 256 and 0.256, but the results are approximately the same.
I have attached my codes for both self_written and the MMpretrain configs.
codes.zip
Is there any possible explanation for this?
Beta Was this translation helpful? Give feedback.
All reactions