Commit ae50fa99 authored by Neal Wu's avatar Neal Wu
Browse files

Fix queue import

parent 66eb1018
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment