Unverified Commit f893da6d authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Fix xrange import

parent 86d26fb1
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"""Tests for the model.""" """Tests for the model."""
import numpy as np import numpy as np
from six import xrange from six.moves import xrange
import string import string
import tensorflow as tf import tensorflow as tf
from tensorflow.contrib import slim from tensorflow.contrib import slim
......
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