Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. if __name__ == '__main__': tf.app.run()
  2.  
  3. import tensorflow as tf
  4.  
  5. def main(_):
  6. print("something")
  7.  
  8. if __name__ == '__main__':
  9. tf.app.run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement