Neal Wu 8 anni fa
parent
commit
ae50fa99b0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      textsum/batch_reader.py

+ 1 - 1
textsum/batch_reader.py

@@ -21,7 +21,7 @@ from threading import Thread
 import time
 
 import numpy as np
-from six.moves.queue import Queue
+from six.moves import queue as Queue
 from six.moves import xrange
 import tensorflow as tf