vishaalkapoor commented on a change in pull request #13144: [MXNET-1203] 
Tutorial infogan 
URL: https://github.com/apache/incubator-mxnet/pull/13144#discussion_r231617359
 
 

 ##########
 File path: docs/tutorials/gluon/info_gan.md
 ##########
 @@ -0,0 +1,438 @@
+
+# Image similarity search with InfoGAN
+
+This notebook shows how to implement an InfoGAN based on Gluon. InfoGAN is an 
extension of GANs, where the generator input is split in 2 parts: random noise 
and a latent code c (see [InfoGAN 
Paper](https://arxiv.org/pdf/1606.03657.pdf)). 
 
 Review comment:
   and a latent code (remove 'c')?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to