Implementation of the Neural Network Verification (NNV) tool by VeriVITAL in Python.
Here are the instructions for reproducing the examples.
- Clone the repository and
cdinto it. - Create a Python virtual environment and install from the
requirements.txtfile:
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt- To run the
BoxorZonoexamples:
python examples/box_example.py
python examples/zono_example.pyThank you!