oscarknagg / few-shot

Repository for few-shot learning machine learning projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queries on MAML Implementation

kk2491 opened this issue · comments

commented

Thanks for the wonderful repository and the explanation.

Could you please help me understanding the below queries.

  1. Lets consider a dataset of 10 classes and we train our MAML model on that.
  2. This creates a model theta_common.model and save the model.
  3. Consider a unseen class (class_11) and train/test the model theta_common.model to get the fine_tuned.model and save the model.
  4. fine_tuned.model should be able to predict total of 11 classes.
  5. Is my understanding is correct on MAML?

Thank you,
KK