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

Commit cf76c73

Browse files
authored
Merge pull request #127 from schani/fix-multimodel
Import xrange in multimodel
2 parents 42bc56b + 4ba7218 commit cf76c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensor2tensor/models/multimodel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
from tensor2tensor.utils import registry
2828
from tensor2tensor.utils import t2t_model
2929

30+
from six.moves import xrange # pylint: disable=redefined-builtin
3031
import tensorflow as tf
3132

3233

0 commit comments

Comments
 (0)