Traceback (most recent call last):
File "run_summarization.py", line 11, in
from batcher import Batcher
File "/content/drive/MyDrive/pointer-generator-master/batcher.py", line 4, in
import Queue
ModuleNotFoundError: No module named 'Queue'
I am getting this error while running decode mode
Traceback (most recent call last):
File "run_summarization.py", line 11, in
from batcher import Batcher
File "/content/drive/MyDrive/pointer-generator-master/batcher.py", line 4, in
import Queue
ModuleNotFoundError: No module named 'Queue'
I am getting this error while running decode mode