URL fetch failure on http://www.platform.ai/models/vgg16_bn.h5

Perhaps the weights here: http://www.platform.ai/models/vgg16_bn.h5
have moved elsewhere.

On the lesson7.ipynb, when running this block:

from vgg16bn import Vgg16BN
model = vgg_ft_bn(8)

I can’t fetch the weights the model is looking for:

Downloading data from http://www.platform.ai/models/vgg16_bn.h5
---------------------------------------------------------------------------
gaierror                                  Traceback (most recent call last)
/home/ubuntu/anaconda3/lib/python3.6/urllib/request.py in do_open(self, http_class, req, **http_conn_args)
   1317                 h.request(req.get_method(), req.selector, req.data, headers,

...

Exception: URL fetch failure on http://www.platform.ai/models/vgg16_bn.h5: None -- [Errno -2] Name or service not known

I believe my git is current.

Hi @mattobrien415 Things have been moved to http://files.fast.ai/ , please get it from there.

2 Likes

http://files.fast.ai/models/vgg16_bn.h5