首页 炼丹房 帖子详情
【数据集下载缓慢】CIFAR10
收藏
快速回复
炼丹房 问答新手上路 2849 1
【数据集下载缓慢】CIFAR10
收藏
快速回复
炼丹房 问答新手上路 2849 1
# Reader for training
train_reader = paddle.batch(
    paddle.reader.shuffle(paddle.dataset.cifar.train10(), buf_size=50000),
    batch_size=BATCH_SIZE)

官方的 https://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/beginners_guide/basics/image_classification/index.html

在AI Studio 运行的时候,下载数据集非常的慢,有什么好的解决方案吗。

terminal 界面wget https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz,20几K 每秒。

https://aistudio.baidu.com/aistudio/projectdetail/61103 这个项目里给出了 http://ai-atest.bj.bcebos.com/cifar-10-python.tar.gz

(应该是studio内的源),这个是不是应该补充在Studio 的文档里,就是说一下站内有哪些数据集是有备份的。

1
收藏
回复
全部评论(1)
时间顺序
AIStudio810261
#2 回复于2019-09

好建议呀

0
回复
在@后输入用户全名并按空格结束,可艾特全站任一用户