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

question about dataset #29

Open
YuBeomGon opened this issue Aug 11, 2020 · 1 comment
Open

question about dataset #29

YuBeomGon opened this issue Aug 11, 2020 · 1 comment

Comments

@YuBeomGon
Copy link

In the paper, I found this sentence,
Unlike FOMAML, Reptile doesn’t need a training-test split for each task, which
may make it a more natural choice in certain settings
(https://arxiv.org/pdf/1803.02999.pdf)

it means I dont need to split data?(support set and query set in each episode in train data set)
Am I right?

@unixpickle
Copy link
Contributor

I think you are interpreting the sentence correctly. Basically, Reptile doesn't require you to split up each mini-dataset during meta-learning. It seems that FOMAML works mostly because there's a separate mini-test-set that has a useful gradient after the model has fully overfit to the mini-training-set.

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