简体   繁体   中英

untar_data from fast.ai fails to download dataset

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?

Oh, it is downloading in fact, but doesn't give any sign of it. The file is 500Gb of size and is located under another url: https://s3.amazonaws.com/fast-ai-imagelocal/camvid.tgz

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM