ivannz / cplxmodule

Complex-valued neural networks for pytorch and Variational Dropout for real and complex layers.
MIT License
134 stars 27 forks source link

SpectralNorm or WeightNorm #15

Open vkothapally opened 3 years ago

vkothapally commented 3 years ago

Hi Ivan,

Thanks for this repo. This has been very helpful to me and I have been using this extensively for my research. However, I was wondering if you have any plans on including nn.spectral_norm or nn.weight_norm for the complex modules where these norms run on real and imaginary counterparts individually. This might be a good thing to have for designing discriminators in GANs. Please feel free to share your thoughts on this.

Happy to collaborate

Best, Vinay Kothapally