From 6e0e8c51dd2076026c9abe4300e27c204ea3e886 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 21 Nov 2017 06:35:06 +0100 Subject: [PATCH] Transformer: from six.moves import xrange for --- research/transformer/spatial_transformer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/research/transformer/spatial_transformer.py b/research/transformer/spatial_transformer.py index 51e14efd4c..e0cc35fab3 100644 --- a/research/transformer/spatial_transformer.py +++ b/research/transformer/spatial_transformer.py @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== +from six.moves import xrange import tensorflow as tf