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

How to run Supervised ResNet experiments from scratch? #1

Open
JeanKaddour opened this issue Sep 6, 2022 · 1 comment
Open

How to run Supervised ResNet experiments from scratch? #1

JeanKaddour opened this issue Sep 6, 2022 · 1 comment

Comments

@JeanKaddour
Copy link

JeanKaddour commented Sep 6, 2022

Hi Chengzhi and Kevin,

Thank you so much for this great repo!

I'm wondering how to best reproduce the supervised ResNet experiments?

I want to train the ResNet from scratch, not using an SSL-pre-trained one.

Basically, I'd like to reproduce the entries ["ResNet50", "ResNet152", "ResNet101-2x"] of Table 4, but it's not clear to me how to do so exactly given your code, i.e., what script I have to run with what arguments.

Thanks a lot in advance.

@JeanKaddour JeanKaddour changed the title How to run Supervised ResNet experiments? How to run Supervised ResNet experiments from scratch? Sep 6, 2022
@ChengzhiCU
Copy link
Contributor

ChengzhiCU commented Sep 7, 2022

Thank you for your interest in our work!

It is not pushed yet. We download the official model from pytorch [torchvision] for ["ResNet50", "ResNet152", "ResNet101-2x"] , and replace the SSL model, then everything else is the same as SSL. Right now you need some modification of the code. Will push that in a few days as I am traveling.

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