jhjacobsen / invertible-resnet

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

fix logging #17

Closed y0ast closed 4 years ago

y0ast commented 4 years ago

Hi Jorn,

The logging between spectral norm conv and fc was inconsistent and a bit inefficient.

I've fixed it with what I think is what's interesting to log (the true sigma value, not the clipped one).

Thanks for providing such a nice implementation :).

Joost

jhjacobsen commented 4 years ago

Thanks Joost, really appreciate it! Will review and merge if all is good.

jhjacobsen commented 4 years ago

lgtm