Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 299 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 299 Bytes

说明

该部分代码实现了深度卷积GAN来进行图像生成,并加入了BN来加速收敛与提升性能。

文件说明:

  • dcgan_mnist: 基于MNIST手写数据的深度卷积GAN
  • dcgan_cifar: 基于CIFAR数据集的深度卷积GAN

版本

  • Python3
  • TensorFlow 1.0