cifar-10 No such file or directory: '/home/ /.keras/datasets/cifar-10-batches-py/data_batch

Posted 朱小丰的丰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cifar-10 No such file or directory: '/home/ /.keras/datasets/cifar-10-batches-py/data_batch相关的知识,希望对你有一定的参考价值。

使用keras加载cifar-10数据集的时候需要消耗很长时间,而且还不一定能加载成功~~
原因大概是因为数据集有100多兆,down的过程中网络稍不稳定就废了。
解决办法是直接下载:http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz
迅雷下载的,很快就完了。
下载下来的文件放到~/.keras/datasets/ 目录下,然后将文件名改名为cifar-10-batches-py.tar.gz
mv ~/Download/cifar-10-python.tar.gz ~/.keras/datasets/cifar-10-batches-py.tar.gz
解压一下:
tar xvfz cifar-10-batches-py.tar.gz
然后再使用
(x_train, y_train), (x_test, y_test) cifar10.load_data()
 
应该就跳过下载的过程,直接加载了。

以上是关于cifar-10 No such file or directory: '/home/ /.keras/datasets/cifar-10-batches-py/data_batch的主要内容,如果未能解决你的问题,请参考以下文章

QTcpServer: No such File or directory

pip 出现 bad interpreter: No such file or directory

iOS no such file or directory:XXXXXX

python Errno 2 No such file or directory

Jenkins打包报错:(No such file or directory) and 'parent.relativePath' points at no local POM

Android open failed: ENOENT (No such file or directory)