Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 8dc14c5

Browse files
author
cclauss
authored
from six.moves import xrange for Python 3
xrange() is called on lines 137 and 359.
1 parent 89eb848 commit 8dc14c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensor2tensor/layers/rev_block.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
# Dependency imports
3030

31+
from six.moves import xrange
3132
import tensorflow as tf
3233
from tensorflow.python.framework import dtypes
3334
from tensorflow.python.framework import function

0 commit comments

Comments
 (0)