Open stu1130 opened 5 years ago
Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended labels:
@mxnet-label-bot update [Gluon, Call for Contribution]
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 related to #13847