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

Merge pull request #2848 from cclauss/patch-15

Transformer:  from six.moves import xrange for Python 3
parents 5266d031 f13759f3
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# ============================================================================== # ==============================================================================
from six.moves import xrange
import tensorflow as tf import tensorflow as tf
......
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