Skip to content

Commit

Permalink
(#7) Attack: Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
betarixm committed May 15, 2022
1 parent 0d736c0 commit cadac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(

def call(self, inputs, *args, **kwargs):
return carlini_wagner_l2(
self.victim_model.model(),
self.victim_model,
tf.cast(inputs, tf.float32),
batch_size=self.batch_size,
clip_min=self.clip_min,
Expand Down

0 comments on commit cadac91

Please sign in to comment.