hytseng0509 / CrossDomainFewShot

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

result for protonet #12

Open yxgnahz opened 4 years ago

yxgnahz commented 4 years ago

Hi,

In https://openreview.net/forum?id=SJl5Np4tPr, I noticed that you've also done some experiments with Prototypical Network. However, I tried to run this experiment (only training on miniImagenet with pre-defined parameters) using your training code by passing an argument "--method protonet" and the results are quite low (1 shot 50%, 5 shot 63% on miniImagenet). Could you please tell me how you conducted the experiments with protonet?

Thanks.

hytseng0509 commented 4 years ago

Do you use the pre-trained feature encoder to train the model?