Skip to content

Commit 43e08b6

Browse files
Typo Fixed in Readme.md
1 parent ff3eb3f commit 43e08b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ In loss function we used a vgg loss.Check this **[how to load and use a pretrain
3838
Firstly, download the [celebA dataset](http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html) and [VGG-16 weights](http://www.cs.toronto.edu/%7Efrossard/post/vgg16/).
3939
After installing all the third-party packages required, we can train the models by:
4040
```python
41-
python vae_train.py # for plain VAE
41+
python train_vae.py # for plain VAE
4242
python train_dfc_vae.py # for DFC-VAE
4343
```

0 commit comments

Comments
 (0)