jax_verify
jax_verify copied to clipboard
Neural network verification in JAX
Hi Rudy - I was just trying to pip install a local clone of this repo and got this error: ``` (venv3.10) mfe@Michaels-MacBook-Air robustness_analysis % python -m pip install -e...
Hi! ### Problem Description I tried to run the examples for the functional_lagrangian extensions (https://github.com/google-deepmind/jax_verify/tree/master/jax_verify/extensions/functional_lagrangian), but the script fails because the `extensions` module was not found. ### Reproduce The precise...
I created a fresh conda environments and `pip install ...` 'ed the `requirements.txt` only to realize this had not installed GPU-compatible `jax` so after a little searching I then installed...