Created
October 1, 2018 11:49
-
-
Save benoitdescamps/566890bdc4f8bed57ea6f0fe67eb0d7f 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
cluster_spec = tf.train.ClusterSpec({'worker' : ['localhost:2222']}) | |
server = tf.train.Server(cluster_spec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment