-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Unclear Intermediate Layer Implementation in find_adversarial_example #145
Comments
Hi @ace-shifu -- thanks for your interest. Here's an example where you specify the neural network: MIPVerify.jl/test/integration/sequential/generated_weights/mfc+mfc+softmax.jl Lines 29 to 39 in b0ebe49
Let's start by taking a look at the MIPVerify.jl/src/net_components/nets/sequential.jl Lines 12 to 25 in b0ebe49
The key chunk of code is the last line, where we defined Now, here's the important bit: MIPVerify.jl/src/net_components.jl Line 5 in b0ebe49
If Feel free to reach out if you have more questions. |
Thank you for your patient response. My issue has been resolved. |
Hello, I am very interested in your project, but after reading the source code of find_adversarial_example, I found that only input constraints and related output constraints are shown to be set. However, intermediate layers such as affine and ReLU layers are not explicitly called. How do you call these methods from the layers directory in find_adversarial_example to accomplish intermediate layer encoding?
The text was updated successfully, but these errors were encountered: