jhjacobsen / invertible-resnet

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

There is no argument called svdclipping #5

Closed crownk1997 closed 5 years ago

crownk1997 commented 5 years ago

I have tried to run your program by using the command script and I met the following issue.

  1. You do not provide the argument svdclipping in your code. (CIFAR_main.py 241 line)

However, you try to build your model based on this argument on several points. After I carefully checked your code, I found that you just pass this argument several times, but it was not actually used in your model.

jhjacobsen commented 5 years ago

Fixed, thanks. It was an artefact of deprecated functionality of the code.