Skip to content

Commit

Permalink
Minor spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nealwu authored Jan 24, 2018
1 parent 5a1d272 commit 5fd687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/image/cifar10_estimator/cifar10_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def main(job_dir, data_dir, num_gpus, variable_strategy,
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(
Expand Down

0 comments on commit 5fd687c

Please sign in to comment.