Skip to content
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

ResNet-20 accuracy on CIFAR-10 #1

Open
skvenka5 opened this issue Nov 2, 2019 · 1 comment
Open

ResNet-20 accuracy on CIFAR-10 #1

skvenka5 opened this issue Nov 2, 2019 · 1 comment

Comments

@skvenka5
Copy link

skvenka5 commented Nov 2, 2019

Hey, I am trying to reproduce resnet20 fixup results given in "fixup-vs-batchnorm-lab-clean-eps-converted-to.pdf". But, after 200 epochs I am getting only ~35% accuracy on CIFAR-10. I ran the model with default hyperparameters using the following command
CUDA_VISIBLE_DEVICES=0 python cifar_train.py -a fixup_resnet20
What could be the issue?

@AngusG
Copy link
Owner

AngusG commented Jan 10, 2020

Hi, sorry I didn't notice this issue until now.

Are you still stuck with this? If so can you paste the output of the first few training epochs here? And maybe also your pytorch version?

I just ran python cifar_train.py --dataroot /path/to/my/dataset/ --logdir /log/path/ -a fixup_resnet20 --sess skvenka5 and have ~80% test accuracy after only 15 epochs.

The best accuracy is 91.66% @ epoch 191, compatible with the "Fixup" data series of figure you mention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants