MAML-Pytorch icon indicating copy to clipboard operation
MAML-Pytorch copied to clipboard

OmniglotNShot

Open li829 opened this issue 5 years ago • 1 comments

I used omniglot to train this model, but I found that train_data and test_data used in fine-tune are same classes. Such as 5-way, train_data are [0,1, 2, 3 ,4] and test_data also are [0, 1, 2, 3, 4]。

li829 avatar Oct 23 '19 07:10 li829

They will always be the same. The ml will learn to map an unlabeled image to a class [0, 1, 2, 3, 4] by finding similar features and not the "label" of a class

janbolle avatar Oct 25 '19 22:10 janbolle