Created
August 8, 2018 17:38
-
-
Save b0noI/a13f3a5be985882a68b1f69458180e9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tensorflow as tf | |
TPU_WORKER = '10.0.101.2:8470' # put your IP! | |
session = tf.Session('grpc://' + TPU_WORKER, | |
config=tf.ConfigProto(isolate_session_state=True)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment