Skip to content

tensorlayer/DCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b2828e Β· Feb 7, 2023

History

59 Commits
Apr 11, 2017
Jan 20, 2023
Feb 7, 2023
Jan 20, 2023
Feb 2, 2023
Feb 2, 2023

Repository files navigation

DCGAN in TensorLayerX

alt tag

Prerequisites

πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯ You need install TensorLayerX at first!

πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯ Please install TensorLayerX via source

pip install tensorlayerx

or

pip install git+https://github.com/tensorlayer/tensorlayerx.git 

Usage

First, download the aligned face images from google or baidu to a data folder.

Please place dataset 'img_align_celeba.zip' under 'data/celebA/' by default.

Your directory structure should look like this:

dcgan/
    └── data.py
    └── model.py
    └── train.py
    └── README.md
    └── data
          └── celebA
            └── img_align_celeba.zip

Second, train the GAN:

$ python train.py

Result on celebA