mnist数据集官网压缩包 解决下载过慢问题

时间:2023-09-09 04:53:20
【文件属性】:

文件名称:mnist数据集官网压缩包 解决下载过慢问题

文件大小:11.06MB

文件格式:GZ

更新时间:2023-09-09 04:53:20

mnist 数据集 pytorch

└── MNIST ├── processed │   ├── test.pt │   └── training.pt └── raw ├── t10k-images-idx3-ubyte ├── t10k-labels-idx1-ubyte ├── train-images-idx3-ubyte └── train-labels-idx1-ubyte 将压缩包放在mnist/row,文件夹下运行train_set = mnist.MNIST('./data', train=True, download=True)即可解压,之后改为false即可调用


【文件预览】:
mnist
----t10k-images-idx3-ubyte.gz(1.57MB)
----t10k-labels-idx1-ubyte.gz(4KB)
----train-labels-idx1-ubyte.gz(28KB)
----train-images-idx3-ubyte.gz(9.45MB)

网友评论