Vgg16bn not found on utils.py

I’m getting an error that is something like “vgg16bn not found on utils.py” when I try to import utils.py in lesson 1.

Maybe I missed a step to import or download vgg16bn?

I missed it as well, but you can find it on github (https://github.com/fastai/courses/blob/master/deeplearning1/nbs/vgg16bn.py).

I used wget on the raw version to put it in my ‘nbs’ folder.

1 Like

Thanks, that worked! :slight_smile: