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

Where is the testing scripts for FEAT? #31

Closed WHQ1111 closed 4 years ago

WHQ1111 commented 4 years ago

How can I test the model after meta-training?

Han-Jia commented 4 years ago

Hi,

A learned model is evaluated in train_fsl.py.

A given model could be evaluated by commenting trainer.train() without meta-training.