A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
1.98k
stars
256
forks
source link
Is it possible to create my own torchmeta data set using my own classification data set pytorch obj? #159
Open
brando90 opened 2 years ago
I have a data set object (e.g. from l2l or a standard pytorch one) that I want to wrap in the torchmeta data loaders.
Will it work properly (without bugs) if I just construct a torch meta data loader? If yes how would one do this?