Closed cmhzc closed 3 years ago
Hi,
Thanks a lot for letting us know! Indeed, I missed that while I was refactoring the code :) now it's fixed in this commit: https://github.com/tml-epfl/understanding-fast-adv-training/commit/96d1a62a3b2c4bb32bd2ff59c6a1cc6f045bb284
Best, Maksym
In line 51 of
eval.py
, when callingget_model
you passed 6 arguments but it only takes 5. Theget_model
isn't able to takeargs.n_hidden_fc
as an argument.