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

Commit 37ced7c

Browse files
authored
Merge pull request #585 from dimitry12/master
make cia compatible with Python 3
2 parents 64d1f96 + f3ef24c commit 37ced7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensor2tensor/layers/common_image_attention.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from tensor2tensor.layers import common_layers
1919
from tensor2tensor.utils import expert_utils
2020

21+
from six.moves import xrange # pylint: disable=redefined-builtin
2122
import tensorflow as tf
2223

2324

0 commit comments

Comments
 (0)