tristandeleu / pytorch-meta

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
https://tristandeleu.github.io/pytorch-meta/
MIT License
1.97k stars 256 forks source link

How to augment support set with torchmeta? #156

Open brando90 opened 2 years ago

brando90 commented 2 years ago

I noticed the rethinking few shot learning paper here https://github.com/WangYueFt/rfs/issues/34 augments their support set.

How can I do this in torchmeta?

(same q for l2l framework https://github.com/learnables/learn2learn/issues/316)