interval-bound-propagation
interval-bound-propagation copied to clipboard
This repository contains a simple implementation of Interval Bound Propagation (IBP) using TensorFlow: https://arxiv.org/abs/1810.12715
I am trying to apply your losses and optimizer to other models and applications. What are the steps to do? Is it just wrapping my model with this `VerifiableModelWrapper` or...
TensorFlow version 2.15.0 Sonnet version 2.0.2 predictor(test_data.image, override=True, is_training=False) TypeError: 'VerifiableModelWrapper' object is not callable --------------------------------------------------------------------------------- ``` # coding=utf-8 # Copyright 2019 The Interval Bound Propagation Authors. # # Licensed...
Could you provide a list of dependencies, together with their respective versions, that allows for the code to run? I've tried countless combinations of versions of tensorflow, tensorflow-probability and dm-sonnet...