Kuihao
Results
2
comments of
Kuihao
When I use the official code `train_dataset = l2l.vision.datasets.MiniImagenet(root='./data', mode='train')`, I get the error `FileNotFoundError: [Errno 2] No such file or directory: './data/mini-imagenet-cache-train.pkl'`. Currently, I can resolve this issue by...
These links are from the [official source code](https://github.com/learnables/learn2learn/blob/master/learn2learn/vision/datasets/mini_imagenet.py#L87), which is a quick and effective way to solve file download problems. As I mentioned above, [the official code itself is **flawed...