Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tensorflow-models
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
CHOI Kwon-Young
tensorflow-models
Commits
f893da6d
Unverified
Commit
f893da6d
authored
7 years ago
by
Neal Wu
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix xrange import
parent
86d26fb1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
research/attention_ocr/python/model_test.py
+1
-1
1 addition, 1 deletion
research/attention_ocr/python/model_test.py
with
1 addition
and
1 deletion
research/attention_ocr/python/model_test.py
+
1
−
1
View file @
f893da6d
...
...
@@ -16,7 +16,7 @@
"""
Tests for the model.
"""
import
numpy
as
np
from
six
import
xrange
from
six
.moves
import
xrange
import
string
import
tensorflow
as
tf
from
tensorflow.contrib
import
slim
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment