使用keras的gan生成mnsit手写数据集
使用步骤:
- 在根目录下创建文件夹“MNIST_data”,
- 下载mnsit手写数据集(http://yann.lecun.com/exdb/mnist/) 到文件夹下。
train-images-idx3-ubyte.gz: training set images (9912422 bytes)
train-labels-idx1-ubyte.gz: training set labels (28881 bytes)
t10k-images-idx3-ubyte.gz: test set images (1648877 bytes)
t10k-labels-idx1-ubyte.gz: test set labels (4542 bytes)
- 更改程序内的路径指向。
- 运行