Unziping dogs-vs-cats dataset in colab
kriaz100 opened this issue · 0 comments
kriaz100 commented
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.