Skip to content

Commit 73593ad

Browse files
author
Ian Goodfellow
committed
this line does not actually prevent error message, removing it
1 parent ea518f7 commit 73593ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/mnist_tutorial.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,5 @@ def main(argv=None):
9292
accuracy_adv = tf_model_eval(sess, x, y, predictions_2, X_test_adv_2, Y_test)
9393
print'Test accuracy on adversarial examples: ' + str(accuracy_adv)
9494

95-
sess.close()
96-
9795
if __name__ == '__main__':
9896
app.run()

0 commit comments

Comments
 (0)