yunjey
Committed by GitHub

Update README.md

...@@ -26,12 +26,12 @@ chmod +x download.sh ...@@ -26,12 +26,12 @@ chmod +x download.sh
26 python prepro.py 26 python prepro.py
27 ``` 27 ```
28 28
29 -#### Pretrain the model 29 +#### Pretrain the model f
30 ```bash 30 ```bash
31 python main.py --mode='pretrain' 31 python main.py --mode='pretrain'
32 ``` 32 ```
33 33
34 -#### Train the model 34 +#### Train the model G and D
35 ```bash 35 ```bash
36 python main.py --mode='train' 36 python main.py --mode='train'
37 ``` 37 ```
...@@ -42,5 +42,5 @@ python main.py --mode='eval' ...@@ -42,5 +42,5 @@ python main.py --mode='eval'
42 ``` 42 ```
43 43
44 ## Results 44 ## Results
45 - 45 +![alt text](jpg/svhn_mnist.gif)
46 46
......