Skip to content

Commit 8815a86

Browse files
committed
review changes
1 parent 2a8e9ad commit 8815a86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/image/cifar10/cifar10.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
from __future__ import division
3636
from __future__ import print_function
3737

38+
import argparse
3839
import os
3940
import re
4041
import sys
4142
import tarfile
4243

43-
import argparse
4444
from six.moves import urllib
4545
import tensorflow as tf
4646

@@ -59,6 +59,7 @@
5959
help='Train the model using fp16.')
6060

6161
FLAGS = parser.parse_args()
62+
6263
# Global constants describing the CIFAR-10 data set.
6364
IMAGE_SIZE = cifar10_input.IMAGE_SIZE
6465
NUM_CLASSES = cifar10_input.NUM_CLASSES

0 commit comments

Comments
 (0)