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 5e6d3b6 commit b243860Copy full SHA for b243860
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