-
Notifications
You must be signed in to change notification settings - Fork 7
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
resnet26 is worse than resnet20? #1
Comments
Which particular experiment are you talking about? |
Results using Imagenette :
|
We have trained for 100 epochs using Adam optimizer with LR 1e-4. In such a case, we find ResNet26 marginally poor compared to ResNet20. This can possibly be due to:
|
@akshaykvnit thank you very much, |
@akshaykvnit Should I fix the mean and var in BN of the first stage when I train the second stage? |
Yes, ideally we should freeze all parameters that are not in the particular stage being trained. This will also include the BN parameters. According to this answer, setting |
using Imagenette:
resnet26 is worse than resnet20?
The text was updated successfully, but these errors were encountered: