Skip to content

Commit b243860

Browse files
Irina NicolaeIrina Nicolae
authored andcommitted
Remove unused arg from poisoning example
(cherry picked from commit 8883a43)
1 parent 5e6d3b6 commit b243860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mnist_poison_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def main():
8585
print("\nClean test set accuracy: %.2f%%" % (acc * 100))
8686

8787
# Calling poisoning defence:
88-
defence = ActivationDefence(classifier, x_train, y_train, verbose=True)
88+
defence = ActivationDefence(classifier, x_train, y_train)
8989

9090
# End-to-end method:
9191
print("------------------- Results using size metric -------------------")

0 commit comments

Comments
 (0)