mirror of
https://github.com/wassname/keras-dcgan.git
synced 2026-08-15 12:35:15 +08:00
readme
This commit is contained in:
@@ -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 <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 <batch_size> --nice` : top 5% images according to discriminator␍
|
||||
␍
|
||||
python dcgan.py --mode generate --batch_size 128␍
|
||||
␍
|
||||
␍---
|
||||
␍
|
||||
## Result␍
|
||||
␍
|
||||
**generated images :** **␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
**train process :**␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
␍
|
||||
---␍
|
||||
␍
|
||||
---␍
|
||||
Reference in New Issue
Block a user