-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Hello, thanks for the great work!
I noticed that the BoundMaxPool requires to have equal kernel size and stride
https://github.com/Verified-Intelligence/auto_LiRPA/blob/master/auto_LiRPA/operators/pooling.py#L66
Is there any way to remove this constraint? For example, the original ResNet implementation uses maxpooling with a kernel size of 3 and stride of 2. If I use that model, the bound_backward() would raise a ValueError. Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request