Cant download the dataset

#2
by maxiw - opened

Hey, first time user of hf dataset lib here. I get the following error "ValueError: Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('csv', {}), NamedSplit('test'): ('imagefolder', {})}" when trying to download the dataset. Same error as in the dataset preview.

Hey, you cannot use the dataset with load_dataset() yet, I think. You can directly download the zipped archives and take it from there.

Tomorrow, I will post a starter notebook that shows an end to end process.

Sign up or log in to comment