Skip to content

Commit 73937d6

Browse files
author
xyliao
committed
finish vae
1 parent 60ecdef commit 73937d6

File tree

13 files changed

+902
-603
lines changed

13 files changed

+902
-603
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ Learn Deep Learning with PyTorch
5858
- [Seq-LSTM 做词性预测](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter5_RNN/nlp/seq-lstm.ipynb)
5959

6060
- Chapter 6: 生成对抗网络
61-
- [自动编码器](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter6_GAN/autoencoder/autoencoder.ipynb)
62-
- 变分自动编码器
63-
- 生成对抗网络的介绍
64-
- 深度卷积对抗网络(DCGANs)
61+
- [自动编码器](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter6_GAN/autoencoder.ipynb)
62+
- [变分自动编码器](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter6_GAN/vae.ipynb)
63+
- 生成对抗网络
64+
- 深度卷积对抗网络(DCGANs)生成人脸
6565

6666
- Chapter 7: 深度增强学习
6767
- 深度增强学习的介绍
@@ -83,6 +83,7 @@ Learn Deep Learning with PyTorch
8383
- Chapter 9: 计算机视觉
8484
- [Fine-tuning: 通过微调进行迁移学习](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter9_Computer-Vision/fine_tune/fine-tune.ipynb)
8585
- [语义分割: 通过 FCN 实现像素级别的分类](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter9_Computer-Vision/segmentation/fcn.ipynb)
86+
- Pixel to Pixel 生成对抗网络
8687
- Neural Transfer: 通过卷积网络实现风格迁移
8788
- Deep Dream: 探索卷积网络眼中的世界
8889

chapter6_GAN/autoencoder.ipynb

Lines changed: 486 additions & 0 deletions
Large diffs are not rendered by default.

chapter6_GAN/autoencoder/Variational_autoencoder.py

Lines changed: 0 additions & 124 deletions
This file was deleted.

chapter6_GAN/autoencoder/autoencoder.ipynb

Lines changed: 0 additions & 473 deletions
This file was deleted.
-70.5 KB
Binary file not shown.
-69.1 KB
Binary file not shown.
-61.3 KB
Binary file not shown.
-59.9 KB
Binary file not shown.
-61.9 KB
Binary file not shown.
-62.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)