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 a849111 commit 958d84dCopy full SHA for 958d84d
examples/mnist_poison_detection.py
@@ -1,6 +1,8 @@
1
# -*- coding: utf-8 -*-
2
-"""Generates a backdoor for MNIST dataset, then trains a convolutional neural network on the poisoned dataset,
3
- and runs activation defence to find poison."""
+"""
+Generates a backdoor for MNIST dataset, then trains a convolutional neural network on the poisoned dataset,
4
+and runs activation defence to find poison.
5
6
from __future__ import absolute_import, division, print_function, unicode_literals
7
8
import pprint
0 commit comments