christiancosgrove / pytorch-spectral-normalization-gan

Paper by Miyato et al. https://openreview.net/forum?id=B1QRgziT-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Nerdyvedi opened this issue · comments

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 .