Closed 13luoyu closed 8 months ago
Thanks for reaching out and reporting this issue! We can indeed produce this issue and we are working on a new version with better support on more activation functions.
@shizhouxing is working on fixing this issue, and it will be fixed in the next release.
The latest code is working if you remove --no_full_conv_alpha
.
Hello, I notice that alpha-beta-crown is available for Sigmoid, Tanh activation functions. I use this code to verify model from ERAN. The CNN model with Sigmoid activation function has run smoothly, while for CNN model with Tanh activation function
The command to run is:
I have fixed the code like Sigmoid in backward_bound.py:
How to deal with it? Thank you!