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

Resnet50 CUB 2011 performance #2

Open
jeong-tae opened this issue Aug 20, 2018 · 6 comments
Open

Resnet50 CUB 2011 performance #2

jeong-tae opened this issue Aug 20, 2018 · 6 comments

Comments

@jeong-tae
Copy link

Hi,
I am looking for the best performance on CUB 2011 and i find that you've got the 84.5% accuracy with resnet50. You mentioned that you've done fine-tuning very carefully and got this result.

I also try to reproduce this performance with resnet50 on Pytorch framework. but doesn't work.

Here is my setting and let me know what kind of setting did you use. there is large difference you've got.
Training argumentation:
Image rescale size: 448 (keep aspect ratio)
image random crop(448 size)
random Hflip
normalization

batch size 16
initial lr: 1e-3
lr decay(*0.1) at 30, 60 epoch

Test argumentation
Image rescale size: 448 (keep aspect ratio)
image center crop(448 size)
normalization

I employ pretrained resnet50 from imagenet that provided by Pytorch community.
So far, i got about 83% accuracy on resnet152. with resnet50, still less than 80%

@Lzc6996
Copy link
Collaborator

Lzc6996 commented Dec 23, 2018

@jeong-tae
you can just use the fb.resnet.torch to reproduce the results of resnet50.

@jeong-tae
Copy link
Author

@Lzc6996 Okay, I will try that and let you know results

@GuoleiSun
Copy link

@jeong-tae
I have the same problem reproducing the results of resnet50 (84.5). I also got less than 80% using resent50.
@Lzc6996 Can you be more specific when you refer us to fb.resnet.torch. Basically, what argumentation do you use, how much is the learning rate, etc?
Thanks a lot.

@Lzc6996
Copy link
Collaborator

Lzc6996 commented Jan 30, 2019

@GuoleiSun
Did you use the pretrained model provided by fb.resnet.torch

@pgruening
Copy link

@jeong-tae
Hello,
did using the torch version of the network improve your result? How did you convert the torch model to pytorch?

Thank you.

@jbcdnr
Copy link

jbcdnr commented Oct 16, 2020

Can you provide the hyperparameters of the training of the ResNet50? Thank you.

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

5 participants