mboudiaf / pytorch-meta-dataset

A non-official 100% PyTorch implementation of META-DATASET benchmark for few-shot classification
59 stars 9 forks source link

No dataset_spec file found in directory #12

Open RongKaiWeskerMA opened 2 years ago

RongKaiWeskerMA commented 2 years ago

I was trying to run the code, but I got the No dataset_spec file found in directory error. I pass the directory where it stores all the converted datasets (ilsvrc_2021/aircraft./...) into the bash file. It seems it directly look for the .json file each dataset. But the json files is each subfolder of the converted datasets folder. Do I need to move all the json files out, or I pass each dataset directory separately during training?