We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, In train.py there is a problem, the class "DualNetwork" is not defined.
The text was updated successfully, but these errors were encountered:
Hi @13luoyu,
We do not recommend use this code or (https://github.com/huanzhang12/CROWN-IBP/blob/master/train.py) to run CAP (https://arxiv.org/abs/1711.00851). We recommend using the original implementation (https://github.com/locuslab/convex_adversarial) for CAP.
Quick Fix: You may comment out the lines 203 and 441 where DualNetwork is used, or delete the whole CAP parts
if kwargs["bound_type"] == "convex-adv": ...
We will fix the bug accordingly.
Thanks, Sungyoon Lee
Sorry, something went wrong.
Update train.py
fc7eb63
Fix the bug #1 (temporary)
No branches or pull requests
Hi, In train.py there is a problem, the class "DualNetwork" is not defined.
The text was updated successfully, but these errors were encountered: