supervised-reptile icon indicating copy to clipboard operation
supervised-reptile copied to clipboard

Code for the paper "On First-Order Meta-Learning Algorithms"

Results 14 supervised-reptile issues
Sort by recently updated
recently updated
newest added

What partition will change If I set the transductive=True? i cant figure out it

Hi, I followed the instructions but the code for mini-imagenet keeps exiting because: OSError: cannot identify image file Most of this folder (n04515003) is empty images, however fetch_data seemed to...

Any guidance on using reptile for Time series data.

![image](https://user-images.githubusercontent.com/26171922/100515233-786efc80-31a0-11eb-9baa-931e55a5b275.png) Hi I am constantly getting 1.0000 or 0.5000 or 0.0000 on custom dataset. What does these value mean?? and why I am getting only 1.000 or 0.5000 or 0.0000??

Hello, I'm hoping to confirm that the hyperparameters specified in your paper are correct. Specifically, for miniimagenet, 100k meta steps were taken during training? I ask because it seems some...

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)...

How many tasks did you use to calculate the mean accuracy and confidence interval. From the code, it looks like that the number of sample used here is 10k for...

is there any difference for reinforcement learning implementation? maml has 2 repos, one for supervised and one for rl, I wonder why reptile has no rl version.

Hi, I recently follow this work, and I am coding some demos to do some experiments. However, I encounter some problems about the dataset, because some restrictions of networks in...