Commit 8815a860 authored by Olivia's avatar Olivia
Browse files

review changes

parent 2a8e9ade
...@@ -35,12 +35,12 @@ from __future__ import absolute_import ...@@ -35,12 +35,12 @@ from __future__ import absolute_import
from __future__ import division from __future__ import division
from __future__ import print_function from __future__ import print_function
import argparse
import os import os
import re import re
import sys import sys
import tarfile import tarfile
import argparse
from six.moves import urllib from six.moves import urllib
import tensorflow as tf import tensorflow as tf
...@@ -59,6 +59,7 @@ parser.add_argument('--use_fp16', type=bool, default=False, ...@@ -59,6 +59,7 @@ parser.add_argument('--use_fp16', type=bool, default=False,
help='Train the model using fp16.') help='Train the model using fp16.')
FLAGS = parser.parse_args() FLAGS = parser.parse_args()
# Global constants describing the CIFAR-10 data set. # Global constants describing the CIFAR-10 data set.
IMAGE_SIZE = cifar10_input.IMAGE_SIZE IMAGE_SIZE = cifar10_input.IMAGE_SIZE
NUM_CLASSES = cifar10_input.NUM_CLASSES NUM_CLASSES = cifar10_input.NUM_CLASSES
......
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