I noticed in the video Jeremy unzips utils.zip and vgg but on github I downloaded the individual python files instead as I couldn’t find the zip files other than dogscats.zip. I also had to install the unzip program on the aws instance as it wasn’t available.
Please let me know if this is incorrect or if you want to update the wiki, etc.
Yes i noticed this as well. The github has a slightly new directory structure which requires updating the import paths in some instances. I bet it will continue to change.
I could not even find dogscats.zip, (train, validate, test). I could get this from Kaggle, but want to make sure that I recreate setup as shown by Jeremy Howard. Please reply with a new / woking location of dogscats.zip.
I am also unable to unzip the files, despite installing unzip (sudo apt install unzip)
I get the following error message:
Archive: utils.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of utils.zip or
utils.zip.zip, and cannot find utils.zip.ZIP, period.