This piece of code:
from fastai.vision import *
path = untar_data(URLs.CAMVID)
logs this to console:
Downloading https://s3.amazonaws.com/fast-ai-imagelocal/camvid
but download never really finishes. If you open this url, you get:
How can I fix this?