Closed mhmd97z closed 1 year ago
@mhmd97z MaxPool is not supported. You'll need to convert the model to a ReLU network by: https://github.com/Verified-Intelligence/alpha-beta-CROWN/blob/main/vnncomp_scripts/prepare_instance.sh#L42
To be clear, MaxPool is supported for CROWN (backward mode bound propagation) and its variants. However it is not implemented in the forward propagation mode for this model.
Got it. Thanks
Hi,
I tried to run exp_configs/vnncomp22/vggnet16.yaml without any changes, but I got the following NotImplementedError.
I'd appreciate it if you could look into this.