Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,7 +1,7 @@
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,6 +24,14 @@ Start training with your dataset (in ./data/):
24
  python trainer.py
25
  ```
26
 
 
 
 
 
 
 
 
 
27
  ![screenshot](https://raw.githubusercontent.com/mochiyaki/pixel/master/graph.png)
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
+ ![screenshot](https://raw.githubusercontent.com/mochiyaki/pixel/master/running.png)
28
+
29
+ * kick start the training process with defined script
30
+
31
+ ![screenshot](https://raw.githubusercontent.com/mochiyaki/pixel/master/running.png)
32
+
33
+ * training epoch above; see the example plot below
34
+
35
  ![screenshot](https://raw.githubusercontent.com/mochiyaki/pixel/master/graph.png)
36
 
37
  ## Interact with the post-trained model