Skip to content

Commit 757877b

Browse files
author
Ian Goodfellow
authored
Merge pull request #16 from openai/msg
this line does not actually prevent error message, removing it
2 parents ea518f7 + 73593ad commit 757877b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/mnist_tutorial.py

-2
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)