Skip to content

Commit

Permalink
DeepPoly BatchNorm
Browse files Browse the repository at this point in the history
  • Loading branch information
MekAkUActOR committed Nov 25, 2022
1 parent 168c109 commit 76e9308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/deeppoly.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ def forward(self, x):
x.save()
low, up = x.lb, x.ub


x.lb = F.relu(low)
x.ub = F.relu(up)
x.slb = torch.cat([curr_slb.unsqueeze(0), curr_slb_bias.unsqueeze(0)], dim=0)
Expand Down

0 comments on commit 76e9308

Please sign in to comment.