about train imagenet 1k #15238
Replies: 8 comments
-
It sounds like your model is suffering from overfitting (https://www.d2l.ai/chapter_multilayer-perceptrons/underfit-overfit.html) |
Beta Was this translation helpful? Give feedback.
-
@zachgk |
Beta Was this translation helpful? Give feedback.
-
@frischzenger Can you share your training script ? It will help to debug it better. |
Beta Was this translation helpful? Give feedback.
-
@frischzenger can you please share the commandline that you are using to train the model? I you are using "train_imagenet.py" script in the github repository and setting "--benchmark 1", then the script will use the synthetic data (randomly generated training data) instead of imagenet dataset. @mxnet-label-bot add [Pending Requester Info] |
Beta Was this translation helpful? Give feedback.
-
@leleamol |
Beta Was this translation helpful? Give feedback.
-
i have found the error was caused by wrong image label. so I correct the right labels and now train is 78,but the val is 69% still lower than the offical val 76%. what is the reason cause this? |
Beta Was this translation helpful? Give feedback.
-
@frischzenger data scientists and experts would be able to guide you more precisely. I would recommend asking the question on fourm here https://discuss.mxnet.io/ and seek guidance. Couple of techniques that can help include adjusting resolution to 480px, performing training in multiple (2) steps with varying learning rates, etc. |
Beta Was this translation helpful? Give feedback.
-
@mxnet-label-bot add [Training, Question] |
Beta Was this translation helpful? Give feedback.
-
i have convert the imagenet images to the *.rec files by im2rec in the official tutorial, and the train with resnet 50 by default arguments. and after 80 epochs the train accuracy is 99.999% near to 1, but the validation accuracy is 0.11%, what's the reason cause this result? thanks
Beta Was this translation helpful? Give feedback.
All reactions