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
ae50fa99
Commit
ae50fa99
authored
Mar 25, 2017
by
Neal Wu
Browse files
Fix queue import
parent
66eb1018
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
textsum/batch_reader.py
textsum/batch_reader.py
+1
-1
No files found.
textsum/batch_reader.py
View file @
ae50fa99
...
@@ -21,7 +21,7 @@ from threading import Thread
...
@@ -21,7 +21,7 @@ from threading import Thread
import
time
import
time
import
numpy
as
np
import
numpy
as
np
from
six.moves
.queue
import
Queue
from
six.moves
import
queue
as
Queue
from
six.moves
import
xrange
from
six.moves
import
xrange
import
tensorflow
as
tf
import
tensorflow
as
tf
...
...
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