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 · 0 comments
Open

Pretraining on ImageNet. #9

tarun005 opened this issue Sep 30, 2020 · 0 comments

Comments

@tarun005
Copy link

I noticed that the backbone architecture is pretrained (pretrained=True).

def resnet50(pretrained=True):

I am curious to know which dataset was the backbone resnet pretrained on? If it is Imagenet, there is a lot of overlap in the unlabeled target classes from visDA and some labels from Imagenet. Then wouldn't you violate the assumption that some target classes are unlabeled or few shot labeled, since the model would have already looked at some labeled examples in the pretraining phase?

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

1 participant