Skip to content

Commit

Permalink
Merge pull request #16 from openai/msg
Browse files Browse the repository at this point in the history
this line does not actually prevent error message, removing it
  • Loading branch information
Ian Goodfellow authored Sep 19, 2016
2 parents ea518f7 + 73593ad commit 757877b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutorials/mnist_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,5 @@ def main(argv=None):
accuracy_adv = tf_model_eval(sess, x, y, predictions_2, X_test_adv_2, Y_test)
print'Test accuracy on adversarial examples: ' + str(accuracy_adv)

sess.close()

if __name__ == '__main__':
app.run()

0 comments on commit 757877b

Please sign in to comment.