Skip to content

Commit

Permalink
Merge bfa275d into a42f636
Browse files Browse the repository at this point in the history
  • Loading branch information
changliuliu committed Aug 24, 2020
2 parents a42f636 + bfa275d commit 5bf8154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adversarial/reluVal.jl
Expand Up @@ -127,7 +127,7 @@ function forward_act(::ReluVal, input::SymbolicIntervalMask, layer::Layer{ReLU})
output_Low[j, :] .= 0
if lower_bound(upper(input), j) < 0
output_Up[j, :] .= 0
output_Up[j, :][end] = upper_bound(upper(input), j)
output_Up[j, end] = upper_bound(upper(input), j)
end
end
end
Expand Down

0 comments on commit 5bf8154

Please sign in to comment.