hytseng0509 / CrossDomainFewShot

Cross-Domain Few-Shot Classification via Learned Feature-Wise Transformation (ICLR 2020 spotlight)
323 stars 62 forks source link

Train with a single seen domains #10

Open programmaer opened 4 years ago

programmaer commented 4 years ago

Hello, I want to know how to applying the learning-to-learn approach trained with a single seen domain? Thanks.

hytseng0509 commented 4 years ago

Maybe you can simply modify this line to datasets = ['miniImagenet', 'miniImagenet'].

programmaer commented 4 years ago

Thank for your replay. However, how to train the model in single seen domain, because you didn't give the method of train with single seen domain.