Commit 5e2f2295 authored by Barret Zoph's avatar Barret Zoph Committed by Sergio Guadarrama
Browse files

Update eval_image_classifier.py (#2807)

parent fedda45e
...@@ -28,7 +28,7 @@ from preprocessing import preprocessing_factory ...@@ -28,7 +28,7 @@ from preprocessing import preprocessing_factory
slim = tf.contrib.slim slim = tf.contrib.slim
tf.app.flags.DEFINE_integer( tf.app.flags.DEFINE_integer(
'batch_size', 100, 'The number of samples in each batch.') 'batch_size', 50, 'The number of samples in each batch.')
tf.app.flags.DEFINE_integer( tf.app.flags.DEFINE_integer(
'max_num_batches', None, 'max_num_batches', None,
......
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