lzrobots / LearningToCompare_ZSL

PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Zero-Shot Learning part)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the split of datasets

cshizhe opened this issue · comments

Hi Li,

I am confused about the dataset split in the training codes.
In the training codes, the train/val splits provided by the GBU paper are combined as the training set, and the testing set is used as validation set to select the best model. Such setups cannot reliably indicate the real performance on the testing set.
I am wondering is this the standard setup for ZSL on these datasets?

Best,
Shizhe