Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
f893da6d
Unverified
Commit
f893da6d
authored
Nov 21, 2017
by
Neal Wu
Committed by
GitHub
Nov 21, 2017
Browse files
Fix xrange import
parent
86d26fb1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/attention_ocr/python/model_test.py
research/attention_ocr/python/model_test.py
+1
-1
No files found.
research/attention_ocr/python/model_test.py
View file @
f893da6d
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
"""Tests for the model."""
"""Tests for the model."""
import
numpy
as
np
import
numpy
as
np
from
six
import
xrange
from
six
.moves
import
xrange
import
string
import
string
import
tensorflow
as
tf
import
tensorflow
as
tf
from
tensorflow.contrib
import
slim
from
tensorflow.contrib
import
slim
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment