You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you give pointers on implementing the weight perturb feature for Conv layers? Should it just follow what's done in BoundLinear.py assuming a separate epsilon for each filter?
In the code it's stated that batch norm does not support weight perturb (as opposed to not implemented), is there a reason for this beyond simply not being implemented? Or does batch-norm weight perturb (on the linear coefficients) somehow not conform to the LiRPA framework? (which would be surprising since it's just a linear operator)
Thank you for your work
The text was updated successfully, but these errors were encountered:
I had two questions
Thank you for your work
The text was updated successfully, but these errors were encountered: