Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta-learning training process #44

Open
shellin-star opened this issue Dec 17, 2019 · 1 comment
Open

Meta-learning training process #44

shellin-star opened this issue Dec 17, 2019 · 1 comment

Comments

@shellin-star
Copy link

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!

@jychoi118
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants