christiancosgrove / pytorch-spectral-normalization-gan

Paper by Miyato et al. https://openreview.net/forum?id=B1QRgziT-
MIT License
676 stars 109 forks source link

Would it make sense to apply batch normalisation along with spectral normalisation to the paper? #17

Open Nerdyvedi opened 4 years ago

Nerdyvedi commented 4 years ago

In the paper Inductive Guided Filter:Real Time Deep Image Matting with Weakly Annotated Masks on Mobile Devices, Both spectral normalisation and batch normalisation is being applied to the layers of the discriminator.

I was wondering would it make any sense to apply both, and If yes, How would it be implemented. They have not mentioned the order in which both the normalisations are applied .