cambridge-mlg / cnaps

Code for: "Fast and Flexible Multi-Task Classification Using Conditional Neural Adaptive Processes" and "TaskNorm: Rethinking Batch Normalization for Meta-Learning"
MIT License
159 stars 22 forks source link

Where is the split file of MNIST, CIFAR-10 and CIFAR-100? #15

Open HongduanTian opened 1 year ago

jfb54 commented 1 year ago

To generate the split files for these datasets, you need to follow the pre-processing instructions detailed in step 3 here: https://github.com/cambridge-mlg/cnaps#installation

In particular, you need to run: python prepare_extra_datasets.py

Hope that helps.