You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/14 23:52:00 UTC

[GitHub] stu1130 opened a new issue #13879: Make Spectral Normalization as HybridBlocks

stu1130 opened a new issue #13879: Make Spectral Normalization as HybridBlocks
URL: https://github.com/apache/incubator-mxnet/issues/13879
 
 
   ## Description
   The sn-gan example use customized Conv2D block. however, it would be better to make it as HybridBlock since all the calculation there have the Symbol API. One possible solution would be seperate the SNConv2D into Conv2D and Spectral Normailization HybridBlock similar to Batch [Normalization Block](https://mxnet.apache.org/api/python/gluon/nn.html#mxnet.gluon.nn.BatchNorm)
   related to #13847

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services