Frankluox / LightningFSL

LightningFSL: Pytorch-Lightning implementations of Few-Shot Learning models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find the dataset

ssdred1250 opened this issue · comments

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!

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.