Sha-Lab / FEAT

The code repository for "Few-Shot Learning via Embedding Adaptation with Set-to-Set Functions"
MIT License
418 stars 84 forks source link

About reproducing the proto net results with ConvNet #13

Closed flexibility2 closed 4 years ago

flexibility2 commented 5 years ago

@Han-Jia , Thanks for your source code! But I have some troubles in reproducing them. I have achieved only 51.97% for the 1-shot 5-way of ConvNet case and 70.60% for 5-shot 5-way of ConvNet case. The hyper-parameters I used is:

Should I make any changes to other default parameters to reproduce the result in Table1 (52.61% and 71.33% test acc)?

any information will be greatly appreciated

Han-Jia commented 5 years ago

Hello,

For the ConvNet backbone, please try

  1. For the temperature, it seems high-temperature value will not degrade the results. It's better to try larger temperature values.
  2. You can also increase the number of validation tasks to select the best model.