nupurkmr9 / S2M2_fewshot

Other
112 stars 20 forks source link

Fail to untar the model for tiredImagenet #15

Closed ucasligang closed 3 years ago

ucasligang commented 3 years ago

Thanks for your promising work. There is an issue, I fail to untar the model for tiredImagenet because of the file is broken. Could you check it out, please?

nupurkmr9 commented 3 years ago

For the tieredImagenet model untar is not required. You should be able to directly do torch.load(). Can you check that.

ucasligang commented 3 years ago

Thank you for you response. I have another little problem, the pretrained tieredImagenet model is first train a model with rotation self-supervision and finetune the model using both manifold mixup and rotation self-supervision, isn't it ?

ucasligang commented 3 years ago

If I only use the pretrained tieredImagenet model to extract the feature of tieredImagenet, I didn't need to fine-tune, is right?

nupurkmr9 commented 3 years ago

yes, the model is trained by S2M2 training technique.

ucasligang commented 3 years ago

Thank you very much, we'll cite your article if our work gets published.