Skip to content

Commit 5fd687c

Browse files
authored
Minor spacing fix
1 parent 5a1d272 commit 5fd687c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/image/cifar10_estimator/cifar10_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def main(job_dir, data_dir, num_gpus, variable_strategy,
503503
help='Epsilon for batch norm.')
504504
args = parser.parse_args()
505505

506-
if args.num_gpus>0:
506+
if args.num_gpus > 0:
507507
assert tf.test.is_gpu_available(), "Requested GPUs but none found."
508508
if args.num_gpus < 0:
509509
raise ValueError(

0 commit comments

Comments
 (0)