Closed brando90 closed 1 year ago
The main idea is in this file: https://github.com/learnables/learn2learn/blob/master/learn2learn/vision/benchmarks/mini_imagenet_benchmark.py
but my understanding is to:
so three files you need:
Hello @brando90,
I recommend you read this tutorial, which goes into the details of task creation and task transforms. Also, feel free to post these support questions in our slack (we try to keep the issue tracker for implementation-related issues).
Hello @brando90,
I recommend you read this tutorial, which goes into the details of task creation and task transforms. Also, feel free to post these support questions in our slack (we try to keep the issue tracker for implementation-related issues).
sounds good! If I may respectfully suggest we open a discussion forum for this repo, the issue with l2l slack is that the responses die after a while :(
Thanks for your patience seba!
Say I have 3 splits of disjoint classes to create anew meta-learning data set (say in 3 folders with each folder having the class and the image files). I can lead each in a normal pytorch data set. How would i create a new l2l task set loader?