Closed cpphoo closed 4 years ago
We use 90% of examples in each base class in all experiments for training set, and the residual 10% are for validation set. Details can be found in https://github.com/Yikai-Wang/ICI-FSL/blob/f2537b7742159adfa68cc8646b9a20c570320443/datasets.py#L151-L161
Got it! Thanks for your prompt reply!
Hi, thanks for your excellent work!
After reading your paper, I was wondering whether the ResNet backbone was trained on the labelled portion of the base dataset (i.e. 10% of examples in each base class for tieredImageNet or 40% of examples in each base class in MiniImageNet as reported in Ren et. al.) or 100% of the images from each base class in the dataset.