跑波士顿放假例子出现
收藏
跑波士顿放假例子出现
Cache file /root/.cache/paddle/dataset/uci_housing/housing.data not found, downloading https://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data错误怎么办
0
收藏
请登录后评论
在执行python housing.py以后,如果出现download xxx然后一直没反应,是因为这个数据集下载不下来,是因为数据网站是第三方网站,昨天挂了,还在修复,不是paddle也不是安装包的问题
目前的解决方法是,可以试试book或者models,来跑一下案例。
book
http://paddlepaddle.org/docs/0.14.0/documentation/fluid/zh/new_docs/beginners_guide/quick_start/index.html
http://paddlepaddle.org/docs/0.14.0/documentation/fluid/zh/new_docs/beginners_guide/basics/index.html
models
http://paddlepaddle.org/docs/0.14.0/documentation/fluid/zh/new_docs/user_guides/models/index.html
刚刚收到消息,说是数据集恢复了正常~~小伙伴可以再试试~还是不行的话,可以尝试↑推荐的链接
下载后放在哪儿
您好,如果是遇到数据集下载问题,请您将问题详细截图放出来哈~感谢您对Paddle的支持!
下载问题
(1)从错误信息中给出的位置 https://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data 下载数据文件housing.data。
(2)下载好后拷贝到指定的文件夹即可。
docker cp windows目录:/housing.data 容器ID:/root/.cache/paddle/dataset/uci_housing/housing.data