learnables / learn2learn

A PyTorch Library for Meta-learning Research
http://learn2learn.net
MIT License
2.66k stars 353 forks source link

how to custom time series dataset for maml? #313

Closed Waterkin closed 2 years ago

Waterkin commented 2 years ago

Hello, Thanks for the developer for learn2learn, it provides a easy-to-use python package for researchers. But I don't quite understand how to use maml on my time series dataset, as image dataset is totally different from time series, is there any guide for this. I can only see there's image and text examples for maml.

seba-1511 commented 2 years ago

Hi @Waterkin,

For time series you could use the MAML wrapper like we do for classification. You'll likely have to write your own training code, since it'll be dataset-dependent. Feel free to join our slack, people might be able to help.