We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070bf75 commit a4434fbCopy full SHA for a4434fb
examples/mnist_poison_detection.py
@@ -85,7 +85,7 @@ def main():
85
print("\nClean test set accuracy: %.2f%%" % (acc * 100))
86
87
# Calling poisoning defence:
88
- defence = ActivationDefence(classifier, x_train, y_train, verbose=True)
+ defence = ActivationDefence(classifier, x_train, y_train)
89
90
# End-to-end method:
91
print("------------------- Results using size metric -------------------")
0 commit comments