Last active
January 19, 2017 00:27
-
-
Save Sitin/41ae504e682f33aedf0b10f710d23f9a to your computer and use it in GitHub Desktop.
DCGAN on Tensorflow for simplified Oxford flowers dataset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/artistic-ai/DCGAN-tensorflow.git | |
cd DCGAN-tensorflow | |
python download.py 17flowers_simplified | |
python main.py --dataset 17flowers_simplified --input_height=128 --is_crop True --input_fname_pattern "*.png" --is_train --samples_rate=10 --checkpoint_rate=100 --epoch 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment