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.