资源算法DCGAN

DCGAN

2019-09-10 | |  85 |   0 |   0

DCGAN in TensorFlow

TensorFlow / TensorLayer implementation of Deep Convolutional Generative Adversarial Networks which is a stabilize Generative Adversarial Networks.

Looking for Text to Image Synthesis ? click here

alt tag

  • Brandon Amos wrote an excellent blog post and image completion code based on this repo.

  • To avoid the fast convergence of D (discriminator) network, G (generator) network is updated twice for each D network update, which differs from original paper.

Prerequisites

Usage

First, download images to data/celebA:

$ python download.py celebA     [202599 face images]

Second, train the GAN:

$ python main.py

Result on celebA

上一篇:Neural machine translation between the writings of Shakespeare and modern English using TensorFlow

下一篇:Coupled Face Generation

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...