-
Notifications
You must be signed in to change notification settings - Fork 14
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
The accuracy of resnet family #13
Comments
Hi, thanks for asking. Could you please show the specific results you get, rather than just say "higher"? I didn't try Resnet34 on CIFAR-100, but I did try ResNet18 and 50 on it as shown in my paper. You may expect to see slightly different results due to different seeds, different versions of PyTorch, NumPy, etc. Based on my experience, the STD on CIFAR can be ~0.5%. To this end, it is possible that you obtain a slightly better result on Resnet18. |
Thx for your reply. Here are training logs for resnet18 and resnet50. |
I guess that it is because of the random seed ... My training log at that time and trained resnet50 are here: https://drive.google.com/file/d/1YrdQOLubB9i5JJb9bezrgAJV2MDr0ILC/view?usp=sharing. |
Ok then, I will try that. |
Hi, thanks for your excellent work~
Training a baseline model(train_scratch.py) on cifar100, resnet18 achieved a higher accuracy than resnet34 and resnrt50. I have nothing changed.
Do you know what is wrong? Looking for your reply!
The text was updated successfully, but these errors were encountered: