Commit 8c019479 authored by Marianne Linhares Monteiro's avatar Marianne Linhares Monteiro Committed by GitHub
Browse files

Adding missing commas

parent 4c9ce20e
...@@ -107,8 +107,8 @@ tf.flags.DEFINE_integer('num_intra_threads', 1, ...@@ -107,8 +107,8 @@ tf.flags.DEFINE_integer('num_intra_threads', 1,
' from intra-op parallelism are scheduled to run on GPUs.') ' from intra-op parallelism are scheduled to run on GPUs.')
tf.flags.DEFINE_integer('num_inter_threads', 0, tf.flags.DEFINE_integer('num_inter_threads', 0,
'Number of threads to use for inter-op 'Number of threads to use for inter-op'
' parallelism. If set to 0, the system will pick ' parallelism. If set to 0, the system will pick'
' an appropriate number.') ' an appropriate number.')
tf.flags.DEFINE_boolean('force_gpu_compatible', False, tf.flags.DEFINE_boolean('force_gpu_compatible', False,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment