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

Pretraining on ImageNet #9

Open
tarun005 opened this issue Sep 30, 2020 · 1 comment
Open

Pretraining on ImageNet #9

tarun005 opened this issue Sep 30, 2020 · 1 comment

Comments

@tarun005
Copy link

tarun005 commented Sep 30, 2020

You had mentioned that the backbone network is ResNet-50 pretrained on Imagenet.

self.model_resnet = models.resnet50(pretrained=True)

But in many experiments in the paper, the labels in the unsupervised target overlap with that of the supervised source labels in the ImageNet. Is it justified that you pretrain on supervised ImageNet labels?

@youkaichao
Copy link
Member

That's a nice point. We use pre-trained models because they are so popular and are used by default. Maybe you can investigate how pre-trained models affect the performance :)

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