floodsung / LearningToCompare_FSL

PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Few-Shot Learning part)
MIT License
1.04k stars 267 forks source link

Is omniglot_train_few_shot.py can also do one-shot? #17

Closed ltt-gddxz closed 5 years ago

ltt-gddxz commented 5 years ago

I think 'python omniglot_train_one_shot.py -w 5 -s 1 -b 19' can be replaced by 'python omniglot_train_few_shot.py -w 5 -s 1 -b 19', is that right?

If so, maybe there is no need to use omniglot_train_one_shot.py.