-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyper-parameters for reproducing the results on ImageNet #36
Comments
I met the problem today, have you solve this problem? I think the dataset is wrong, i will try to rewrite the code |
Not solved yet. I gave up. |
i found |
@kumamonatseu This code works! ^v^ |
@shaoeric thanks for your reply. it seems that codes of the dataset are already rewritten in another repo. anyway, hope for good news from you! |
May I ask what the 'val_annotations.txt' is? I can't find it in ilsvrc2012. Thanks! |
very glad to help you, but i run the code just on tiny-imagenet, so sorry |
Thanks for reply |
This is a great work. However, when I try to reproduce results on the ImageNet dataset, there is a 1% accuracy gap between mine and that in your paper.
Would you mind providing the hyper-parameters for training on ImageNet?
Here is mine:
-r 1.0
-a 0.0
-b 0.8
--trial 1
--weight_decay 0.0001
--learning_rate 0.1
--epochs 100
--lr_decay_epochs 30,60,90
--print_freq 500
--batch_size 256 \
eight 1080Ti GPUs are used.
Thanks!
The text was updated successfully, but these errors were encountered: