Utils.zip and vgg.zip not present

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.

yeah hopefully the wiki will be updated as videos are harder to :slight_smile:

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 found dogscats.zip at http://files.fast.ai/data/ !
models here http://files.fast.ai/models/

@f2forest, That worked for me, too. Many thanks!

were you able to unzip the files ? I get error : cannot find zipfile directory

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.

anyone else get this?

The content of vgg.zip can be found in https://github.com/fastai/courses/tree/master/.