apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.78k stars 6.79k forks source link

Make Spectral Normalization as HybridBlocks #13879

Open stu1130 opened 5 years ago

stu1130 commented 5 years ago

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

mxnet-label-bot commented 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:

stu1130 commented 5 years ago

@mxnet-label-bot update [Gluon, Call for Contribution]