Commit 7d8a2c0d authored by cclauss's avatar cclauss Committed by Karmel Allison
Browse files

Inception: import six in build_imagenet_data.py (#3279)

__six__ is used on lines 174 and 175 but is never imported or defined.
parent 22ded041
...@@ -93,6 +93,7 @@ import sys ...@@ -93,6 +93,7 @@ import sys
import threading import threading
import numpy as np import numpy as np
import six
import tensorflow as tf import tensorflow as tf
tf.app.flags.DEFINE_string('train_directory', '/tmp/', tf.app.flags.DEFINE_string('train_directory', '/tmp/',
......
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