Unverified Commit 5fd687c5 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Minor spacing fix

parent 5a1d2722
......@@ -503,7 +503,7 @@ if __name__ == '__main__':
help='Epsilon for batch norm.')
args = parser.parse_args()
if args.num_gpus>0:
if args.num_gpus > 0:
assert tf.test.is_gpu_available(), "Requested GPUs but none found."
if args.num_gpus < 0:
raise ValueError(
......
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