diff --git a/doc/design/gan_api.md b/doc/design/gan_api.md index a1626e50d7b878f9e53a0e0d2321913193f90fb3..f99d1e6540a5b40c2a1267aef9d6e57a5e0edbc8 100644 --- a/doc/design/gan_api.md +++ b/doc/design/gan_api.md @@ -28,8 +28,8 @@ In our GAN design, we wrap it as a user-friendly easily customized python API to | Repmat op (done) | ? | N (Cond) |

-
-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 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.