MIPVerify.jl icon indicating copy to clipboard operation
MIPVerify.jl copied to clipboard

Evaluating Robustness of Neural Networks with Mixed Integer Programming

Results 11 MIPVerify.jl issues
Sort by recently updated
recently updated
newest added

Dear developers, thank you for the development of such an amazing tool. I would like to know if it is possible to use MIPVerify with a model represented in Open...

feature request

The file `src/net_components/layers/zero.jl` currently has [zero test coverage](https://codecov.io/gh/vtjeng/MIPVerify.jl/src/2f2a0918abe28fb5f8b0b14396363c516a9c80c6/src/net_components/layers/zero.jl). Following the examples in `test/net_components/layers` (e.g. [`relu.jl`](https://github.com/vtjeng/MIPVerify.jl/blob/master/test/net_components/layers/relu.jl)), add test to cover this functionality.

help wanted
good first issue

How does it perform on a CNN? I have a `.mat` file containing the weights for a standard MNIST CNN classifier. ``` cnn = Sequential([ MIPVerify.get_conv_params(w_dict, "00-Conv2D", (3,3,1,32)), ReLU(), MIPVerify.get_conv_params(w_dict,...

maxpooling will choose the max element from the kernel, but you don't know the specific value of the node, it just gurobi variable or expression. I want to know how...

I find that in some cases using the `worst` as adversarial example objective results in much faster solving. However the current implementation does not add the constraint to enforce a...

Hello, I am using MIPVerify to test the robustness of very sparse networks (i.e., in which many of the weights are 0 or near to 0, for example, 10^-8). When...

Hello, I was trying to use "find_adversarial_example" on a fully connected network and I have came across this error: """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" [notice | MIPVerify]: Attempting to find adversarial example. Neural net...

I want to set a timelimit ,but i cant find the related parameter name of ‘main_solve_options’

- Bump required Julia version - Bump Gurobi download version - Fix broken links