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 Apr 18, 2022
1 parent 8eca0d7 commit f52f374
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/attack/attack.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
attack_cls: Attack.__class__

if args.dataset == "mnist":
classifier = (
Classifier(name="victim_classifier_mnist", input_shape=(28, 28, 1)),
)
classifier = Classifier(name="victim_classifier_mnist", input_shape=(28, 28, 1))

dataset = Mnist()

Expand Down

0 comments on commit f52f374

Please sign in to comment.