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

Test on different dataset, not miniimagenet, not omniglot #45

Open 32nguyen opened 3 years ago

32nguyen commented 3 years ago

Does this work if the training is on miniimagenet or omniglot and test on customer dataset? I wonder how it "learn to compare" in this situation. Many implementation has use miniimagenet or omniglot the demonstrate the concept of FSL but they use the same for testing (with new classes). I wonder what happened if the new classes comes from total different dataset with different intensify/feature distribution.