Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f893da6

Browse files
authored
Fix xrange import
1 parent 86d26fb commit f893da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/attention_ocr/python/model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"""Tests for the model."""
1717

1818
import numpy as np
19-
from six import xrange
19+
from six.moves import xrange
2020
import string
2121
import tensorflow as tf
2222
from tensorflow.contrib import slim

0 commit comments

Comments
 (0)