I am trying to write a CNN on Kaggle’s Amazon from Space dataset. I can’t spend money now. So, I want to use Google collab. I have successfully downloaded the dataset using kaggle cli tool. But I am not able to extract the data. Please help me. [enter image description here][1]
Asked
Active
Viewed 1.2k times
1 Answers
12
Try this
!7z e train-jpg.tar.7z
See if you get the tar file, then tar -xvf
Also check that train-jpg.tar.7z
is in the current directory too.

korakot
- 37,818
- 16
- 123
- 144