learnables / learn2learn

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

Is meta data set's fo proto maml available? #371

Closed brando90 closed 1 year ago

brando90 commented 1 year ago

if not perhaps we could do normal proto typical nets and then put highers MAML on top (or learns to learns MAML on top)?

seba-1511 commented 1 year ago

Yes, you can combine the MAML wrapper with the PrototypicalClassifier to get ProtoMAML.