Frankluox / LightningFSL

LightningFSL: Pytorch-Lightning implementations of Few-Shot Learning models.
MIT License
107 stars 17 forks source link

Cannot find the dataset #11

Closed ssdred1250 closed 2 years ago

ssdred1250 commented 2 years ago

Hi, I'm trying to re-implement the COSOC, but I don't know how to get the following datasets. One is "miniImageNet_contra" for pretraining Exemplar, and the other is the "miniImageNet_prob_crop" for training COSOC. Are these different from miniImageNet? Or is it okay to use miniImageNet?

I'd really appreciate it if you could answer!

Frankluox commented 2 years ago

They are all paired with miniImageNet, just with different ways of processing data (different transformations and get_item functions). Feel free to use them with miniImageNet.