forked from PaddlePaddle/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add practices docs from developer * fix typo * fix some typo
- Loading branch information
1 parent
b23d18c
commit b83b33f
Showing
5 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
################ | ||
生成式对抗网络 | ||
################ | ||
|
||
|
||
这里提供了一些生成式对抗网络的示例: | ||
|
||
- `图像风格迁移 <./cyclegan/cyclegan.html>`_ : 介绍使用 PaddlePaddle 实现了 CycleGAN 模型用于风格迁移。 | ||
- `人脸图像生成 <./dcgan_face/dcgan_face.html>`_ : 介绍使用 PaddlePaddle 通过 DCGAN 实现人脸图像生成。 | ||
- `手写数字生成 <./GAN_with_MINIST/GAN_with_MINIST.html>`_ : 介绍使用 PaddlePaddle 在 MNIST 数据集下训练经典 GAN 模型。 | ||
- `街景生成 <./Pix2Pix/Pix2Pix_with_Cityscapes.html>`_ : 介绍使用 PaddlePaddle 基于 Pix2Pix 实现根据掩码生成街景。 | ||
|
||
.. toctree:: | ||
:hidden: | ||
:titlesonly: | ||
|
||
cyclegan/cyclegan.ipynb | ||
dcgan_face/dcgan_face.ipynb | ||
GAN_with_MINIST/GAN_with_MINIST.ipynb | ||
Pix2Pix/Pix2Pix_with_Cityscapes.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters