-1

I am trying to run a basic cnn model on cats vs dogs images.The images exist as zip file.How can we extract the images in the zip folder to a directory using the kaggle online notebook?

enter image description here

Ragu C
  • 1
  • 2

1 Answers1

0

Try unzipping it :

!unzip "filePath"
Suraj
  • 2,253
  • 3
  • 17
  • 48