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

Details on training with ResNet #47

Open
SnowyJune973 opened this issue Mar 22, 2020 · 3 comments
Open

Details on training with ResNet #47

SnowyJune973 opened this issue Mar 22, 2020 · 3 comments

Comments

@SnowyJune973
Copy link

Thank you for your impressive work, and codes too!
Given using a ResNet18 backbone leads to a ~5% raise to accuracy, as is shown in your paper, I tried to train RelationNet with a backbone of ResNet18, however the model quickly overfits and ends up to a ~60% test accuracy after 60,000 episodes of training.
I was using your code with Adam as optimizer, LR=0.001 and reduces the LR by 25% when it comes to a plateau. weight_decay=0.0005 and grad clipping=(1, L2 norm) were also performed.

I wonder where's the difference between my setting and yours, and how you achieved the 70% accuracy in ResNet18+RelationNet. Thanks a lot!

@yangt1013
Copy link

Hello,I haven't changed the parameters. The network precision is 76,releationnet+resnet18

@smiler96
Copy link

smiler96 commented Oct 31, 2020

Hello,I haven't changed the parameters. The network precision is 76,releationnet+resnet18

hello, i train renet10+protnet while it overfits after 10k episodes, have you met this? no data augmentation in training stage.

@wetliu
Copy link

wetliu commented Aug 21, 2021

@yangt1013 Thanks for your info. However, the results on the paper is showing 69.83±0.68 in the last row of Table A5. Can you please confirm?

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

4 participants