From 8a4697403271c7dbdcd22c8327d8f886e0216114 Mon Sep 17 00:00:00 2001 From: laoluzi Date: Fri, 26 Aug 2016 23:12:55 +0800 Subject: [PATCH] readme --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ef35068..878c482 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ This trains two adversarial deep learning models on real images, in order to pro The generator model tries to produce images that look real and get a high score from the discriminator. The discriminator model tries to tell apart between real images and artificial images from the generator. - -Usage ------ + --- +## Usage + **Training:** `python dcgan.py --mode train --batch_size ` - + python dcgan.py --mode train --path ~/images --batch_size 128 **Image generation:** @@ -20,22 +20,21 @@ Usage `python dcgan.py --mode generate --batch_size --nice` : top 5% images according to discriminator python dcgan.py --mode generate --batch_size 128 - + --- ## Result **generated images :** ** -![generated_image.png](.\assets\generated_image.png) +![generated_image.png](./assets/generated_image.png) -![nice_generated_image.png](.\assets\nice_generated_image.png) +![nice_generated_image.png](./assets/nice_generated_image.png) **train process :** -![training_process.gif](.\assets\training_process.gif) +![training_process.gif](./assets/training_process.gif) ---- - +--- \ No newline at end of file