Created
January 20, 2019 20:54
-
-
Save rjpower/8c9723e99ed72c61e768bfede9630c2e 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
session_config = tf.ConfigProto( | |
intra_op_parallelism_threads=64, | |
inter_op_parallelism_threads=4, | |
) | |
... | |
run_config = tpu.RunConfig( | |
session_config=session_config, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment