Sven Gowal
Sven Gowal
Please see the [train.py](https://github.com/deepmind/interval-bound-propagation/blob/master/examples/train.py#L166) example. There is also an example for a language model [here](https://github.com/deepmind/interval-bound-propagation/blob/master/examples/language/robust_model.py#L415). The steps consist of (i) wrapping your Sonnet model using `VerifiableModelWrapper`, (ii) defining the input...
Hi, Thank you for raising this issue. There seems indeed that an incompatibility between the different packages arose. We will try to fix it as soon as possible and update...