invertible-resnet
invertible-resnet copied to clipboard
Parametrized version of spectral norm fc and conv
Newer versions of pytorch require applying spectral norm through parametrizations, so I added to files that uses torch.nn.utils.parametrizations
for spectral norm.