gan design with graph

revert-4814-Add_sequence_project_op
zchen0211 8 years ago
parent ea56018907
commit 1bb2308ff3

@ -29,13 +29,13 @@ In our GAN design, we wrap it as a user-friendly easily customized python API to
<p align="center">
<img src="./test.dot.png" width = "50%" align="center"/><br/>
The overall running logic of GAN. The black solid arrows indicate the forward pass; the green dashed arrows indicate the backward pass of generator training; the red dashed arrows indicate the backward pass of the discriminator training. The BP pass of the green (red) arrow should only update the parameters in the green (red) boxes. The diamonds indicate the data providers. d\_loss and g\_loss mared in red and green are the two targets we would like to run.
Figure 1. The overall running logic of GAN. The black solid arrows indicate the forward pass; the green dashed arrows indicate the backward pass of generator training; the red dashed arrows indicate the backward pass of the discriminator training. The BP pass of the green (red) arrow should only update the parameters in the green (red) boxes. The diamonds indicate the data providers. d\_loss and g\_loss marked in red and green are the two targets we would like to run.
</p>
<p align="center">
<img src="./dcgan.png" width = "90%" align="center"/><br/>
Photo borrowed from the original DC-GAN paper.
Figure 2. Photo borrowed from the original DC-GAN paper.
</p>
## The Conditional-GAN might be a class.

Loading…
Cancel
Save