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 b816b63 commit da8d9d9Copy full SHA for da8d9d9
examples/mnist_poison_detection.py
@@ -5,7 +5,9 @@
5
6
import pprint
7
import json
8
+import tensorflow as tf
9
10
+tf.compat.v1.disable_eager_execution()
11
from keras.models import Sequential
12
from keras.layers import Dense, Flatten, Conv2D, MaxPooling2D, Dropout
13
import numpy as np
0 commit comments