Skip to content

Commit 9870eb9

Browse files
committed
updated
1 parent dbeafae commit 9870eb9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1) VAE - Mnist
1818
* [notebook](https://nbviewer.jupyter.org/github/veb-101/Generative_Models/blob/master/Variational_autoencoder_MNIST/Variational_autoencoder_pytorch.ipynb)
1919
* Example generation
20-
![VAE_mnist](Variational_autoencoder_MNIST\generation.gif)
20+
![VAE_mnist](./Variational_autoencoder_MNIST/generation.gif)
2121

2222

2323
2) VAE - Labelled Faces in the wild dataset
@@ -26,21 +26,19 @@
2626

2727
3) DCGAN - MNIST
2828
* [notebook](https://nbviewer.jupyter.org/github/veb-101/Generative_Models/blob/master/DCGAN_Mnist/DCGAN_MNIST.ipynb)
29-
* Example Generation
30-
![dcgan_mnist](Variational_autoencoder_MNIST\generation.gif)
29+
* Example Generation: View Notebook
3130

3231
4) DCGAN - CELEBA dataset
3332
* [notebook](https://nbviewer.jupyter.org/github/veb-101/Generative_Models/blob/master/DC_GAN_CelebA/DCGAN_CelebA_dataset.ipynb)
3433
* Example Generation
35-
![dcgan_celeba](DC_GAN_CelebA\celebrity.gif)
34+
![dcgan_celeba](./DC_GAN_CelebA/celebrity.gif)
3635

3736
5) DCGAN - Anime faces dataset
3837
* [notebook](https://nbviewer.jupyter.org/github/veb-101/Generative_Models/blob/master/DCGAN_Anime_faces/dcgan-anime-faces.ipynb)
3938
* Example Generation
40-
![dcgan_anime](DCGAN_Anime_faces\generation.gif)
39+
![dcgan_anime](./DCGAN_Anime_faces\generation.gif)
4140

4241

4342
* **PS:** GANs are harder to train than I imagined.
4443
* These examples generation can be better, you are very welcome to take my started code and add on it.
4544

46-

0 commit comments

Comments
 (0)