Is anyone having problems with the files that the kaggle cli is downloading to AWS (M4.large instance)?
I fixed the file structure in the create_folders.py file and now i’m getting an error that says the downloaded files aren’t zip files
I tried to unzip them manually but I’m getting an error as well where unzip
doesn’t work test.zip
The error message suggests that the files need to be unzipped in a particular order? I’m getting the same error when apply unzip
to train.zip as well.