Mengye Ren
Mengye Ren
We use the same architecture as used in Snell et al. Prototypical Networks 2017
Hi `train.csv` is for train `val.csv` is for val `test.csv` is for test.
The labels are stored in the pickle (.pkl) file, whereas the images are stored in the .npz file.
Ok I have identified the problem. Sorry about that. Will update the dataset file tomorrow and update this thread. Thanks for reporting.
Hi, I updated the tar file with labels file. Please verify. Thanks.
This is to prevent it to be zero. So it will be changed to 1.0 when it's 0.0
Yes, I think you can use this to train your classifier to learn a semi-supervised algorithm, assuming that your dataset is also few-shot based. Sent from my iPhone > On...
Sorry, so it means you probably have many classes to sample few-shot episodes from.
We have a split in labeled and unlabeled because it is similar to the regular notion of semi-supervised learning. Using the rest of the query set is definitely possible, which...