Skip to content

Commit 958d84d

Browse files
committed
Fix formatting
Signed-off-by: Beat Buesser <[email protected]>
1 parent a849111 commit 958d84d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/mnist_poison_detection.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- 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."""
2+
"""
3+
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+
"""
46
from __future__ import absolute_import, division, print_function, unicode_literals
57

68
import pprint

0 commit comments

Comments
 (0)