Update README.md
#4
by
calcuis - opened
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
-
#
|
| 5 |
|
| 6 |
A PyTorch-based Generative Adversarial Network (GAN) for training and generating pixel art images.
|
| 7 |
|
|
@@ -24,6 +24,14 @@ Start training with your dataset (in ./data/):
|
|
| 24 |
python trainer.py
|
| 25 |
```
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |

|
| 28 |
|
| 29 |
## Interact with the post-trained model
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# pixel
|
| 5 |
|
| 6 |
A PyTorch-based Generative Adversarial Network (GAN) for training and generating pixel art images.
|
| 7 |
|
|
|
|
| 24 |
python trainer.py
|
| 25 |
```
|
| 26 |
|
| 27 |
+

|
| 28 |
+
|
| 29 |
+
* kick start the training process with defined script
|
| 30 |
+
|
| 31 |
+

|
| 32 |
+
|
| 33 |
+
* training epoch above; see the example plot below
|
| 34 |
+
|
| 35 |

|
| 36 |
|
| 37 |
## Interact with the post-trained model
|