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

About Backbone #3

Closed
oldfemalepig opened this issue Oct 31, 2021 · 3 comments
Closed

About Backbone #3

oldfemalepig opened this issue Oct 31, 2021 · 3 comments

Comments

@oldfemalepig
Copy link

Hi,
Thank you very much for your work. I would like to ask if you tried to use ResNeXt101-32x4d instead of ResNeXt50 in your experiments. After my experiments, ResNeXt101 is not as effective as ResNeXt50.
Are there any other parameters that need to be changed besides the backbone?

Best,

@Vanint
Copy link
Owner

Vanint commented Oct 31, 2021

Hi, thanks for your attention. Yes, I have tried ResNeXt101 on ImageNet-LT, which performs higher than ResNeXt50. What is your performance on this backbone?

@oldfemalepig
Copy link
Author

oldfemalepig commented Oct 31, 2021

Hi, thanks for your attention. Yes, I have tried ResNeXt101 on ImageNet-LT, which performs higher than ResNeXt50. What is your performance on this backbone?

It reached 57.18 based on ResNetXt101 with epochs:200、batchsize: 128、lr:0.025.
Should I tweak the epochs and lr further?
Can I ask you how your parameters are set?

@Vanint
Copy link
Owner

Vanint commented Oct 31, 2021

Hi, thanks for your attention. Yes, I have tried ResNeXt101 on ImageNet-LT, which performs higher than ResNeXt50. What is your performance on this backbone?

It reached 57.18 based on ResNetXt101 with epochs:200、batchsize: 128、lr:0.025. Should I tweak the epochs and lr further? Can I ask you how your parameters are set?

You can try batch size 64, epoch 180, lr 0.025. If I remember correctly, such a setting achieves about 59.2.

@Vanint Vanint closed this as completed Nov 3, 2021
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