openai / supervised-reptile

Code for the paper "On First-Order Meta-Learning Algorithms"
https://arxiv.org/abs/1803.02999
MIT License
989 stars 210 forks source link

Reptile for numeric data #24

Open augmen opened 5 years ago

augmen commented 5 years ago

Any guidance on using reptile for Time series data.

hiyamgh commented 3 years ago

The first step to do IMHO is to transform the code to make it accept 2D tabular data instead of 3D data (because its originally made to run on image datasets like Onmiglot and Minimagenet). The best thing to do is to start with modifying the model.py file