You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,thanks to your great works!I have been curious how the meta learning mentioned in the article is implemented in the code.
I have read it several times, and it feels like this is a regular gan training process rather than MAML.
Because I don't know much about meta-learning, can you give me some suggestions?
thank you again!
The text was updated successfully, but these errors were encountered:
In my opinion, this work is more close to model-based meta-learning rather than optimization-based meta-learning like MAML. Model-based meta-learning is predicting model parameters with neural network (meta-learner) according to few-data. In this case, the embedder predicts parameters of AdaIN layers.
Meta-learning can be devided into 3 methods: model-based, optimization-based, and metric-based.
hi,thanks to your great works!I have been curious how the meta learning mentioned in the article is implemented in the code.
I have read it several times, and it feels like this is a regular gan training process rather than MAML.
Because I don't know much about meta-learning, can you give me some suggestions?
thank you again!
The text was updated successfully, but these errors were encountered: