diff --git a/doc/design/gan_api.md b/doc/design/gan_api.md index e0e3440d49155f064b59af2f786797aa6a6356cb..b7c0fab201b1df463694c31c9744faf38c2f1d1d 100644 --- a/doc/design/gan_api.md +++ b/doc/design/gan_api.md @@ -6,6 +6,17 @@ It contains several important machine learning concepts, including building and In our GAN design, we wrap it as a user-friendly easily customized python API to design different models. We take the conditional DC-GAN as an example due to its good performance on image generation. +| important building blocks | People in Charge | +|---------------------------|-------------------| +| convolution 2d (done) | Chengduo | +| deconv 2d (missing) | Zhuoyuan | +| batch norm (missing) | Zhuoyuan, Jiayi | +| Dependency Engine (done) | Jiayi | +| Executor (done) | Tony | +| Multi optimizer | ? | +| Optimizer with any para | ? | + +
Borrow this photo from the original DC-GAN paper.