YyzHarry / imbalanced-semi-self

[NeurIPS 2020] Semi-Supervision (Unlabeled Data) & Self-Supervision Improve Class-Imbalanced / Long-Tailed Learning
https://arxiv.org/abs/2006.07529
MIT License
735 stars 115 forks source link

The pretrained models of "self" can not be open,can you solve it,pealse? #15

Closed NARRZ closed 3 years ago

YyzHarry commented 3 years ago

Hi - I double check the checkpoints, and I can load them correctly. What problem did you experience? Did you follow the provided scripts? For example: https://github.com/YyzHarry/imbalanced-semi-self/blob/master/train.py#L157-L162

NARRZ commented 3 years ago

Thanks for you apply,but I mean that I can't download the pretrained models of "self" from https://drive.google.com/drive/folders/1VbdqYZ0sqyApM6AdmCgsZd46TsPlQcpT. Files downloaded in "self" folder cannot be unzipped.Please verify it when you are spare.

YyzHarry commented 3 years ago

I can download and load the checkpoints. FYI, you do not need to unzip the checkpoints; the files are meant to be directly loaded. Check out the PyTorch saving and loading procedure.