Closed Shantan243 closed 1 year ago
Hi @Shantan243 you should download and preprocess the datasets by using the scripts in the repository:
cd filelists/DATASET_NAME/
sh download_DATASET_NAME.sh
Replace DATASET_NAME
with one of the following: omniglot, CUB, miniImagenet, emnist, QMUL. Those scripts will download and create the json files you are missing.
See this section of the Readme for more details.
Closed for inactivity.
I dont see .json files in the dataset, however, script requires the json files to train the model. iam i missing something.
base_file = configs.data_dir[params.dataset] + 'base.json' KeyError: 'C:\Users\shant_w5mrdz3\OneDrive\Desktop\deep-kernel-transfer-master\filelists\emnist\emnist+base.json'