fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unziping dogs-vs-cats dataset in colab

kriaz100 opened this issue · comments

Consider the code below, taken from notebook for chapter 8 (computer vision)
Downloading the data

!kaggle competitions download -c dogs-vs-cats
!unzip -qq train.zip

Before runninng the last command !unzip train.zip, should we not have to run: !unzip -qq dogs-vs-cats.zip ?

Thank you.