We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea518f7 + 73593ad commit 757877bCopy full SHA for 757877b
tutorials/mnist_tutorial.py
@@ -92,7 +92,5 @@ def main(argv=None):
92
accuracy_adv = tf_model_eval(sess, x, y, predictions_2, X_test_adv_2, Y_test)
93
print'Test accuracy on adversarial examples: ' + str(accuracy_adv)
94
95
- sess.close()
96
-
97
if __name__ == '__main__':
98
app.run()
0 commit comments