update README
Browse files
README.md
CHANGED
|
@@ -30,9 +30,13 @@ git lfs pull
|
|
| 30 |
|
| 31 |
# Training
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
| 34 |
|
| 35 |
-
|
|
|
|
|
|
|
| 36 |
|
| 37 |
# Generate samples
|
| 38 |
|
|
|
|
| 30 |
|
| 31 |
# Training
|
| 32 |
|
| 33 |
+
```bash
|
| 34 |
+
python cli.py train --dataset=mnist --folder=convae --model=convae
|
| 35 |
+
```
|
| 36 |
|
| 37 |
+
```bash
|
| 38 |
+
python cli.py train --dataset=mnist --folder=deep_convae --model=deep_convae
|
| 39 |
+
```
|
| 40 |
|
| 41 |
# Generate samples
|
| 42 |
|