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

Merge pull request #2846 from cclauss/patch-6

Attention OCR: from six.moves import xrange for Python 3
parents 04c0249e f893da6d
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
"""Tests for the model.""" """Tests for the model."""
import numpy as np import numpy as np
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