jhjacobsen / invertible-resnet

Official Code for Invertible Residual Networks
MIT License
517 stars 78 forks source link

Hi! I have two questions as follows. #2

Closed DLwbm123 closed 5 years ago

DLwbm123 commented 5 years ago
  1. When "svd_clipping" is set to True, the function "_wrapper_spectral_norm" return conv operations themselves thus do nothing with them. So why "if svd_clipping is true, uses svd clipping to enforce lipschitz constraint"? 2. I notice there is no usage of "lipschitz.py". could you please explain this? Thanks a lot!
jhjacobsen commented 5 years ago

Both are deprecated, removed now.