text_summurization_abstractive_methods icon indicating copy to clipboard operation
text_summurization_abstractive_methods copied to clipboard

ERROR:tensorflow:Found example queue thread dead. Restarting.

Open khanzaifa37 opened this issue 5 years ago • 2 comments
trafficstars

INFO:tensorflow:Starting Seq2Seq training... WARNING:tensorflow:Bucket input queue is empty when calling next_batch. Bucket queue size: 0, Input queue size: 0 ERROR:tensorflow:Found example queue thread dead. Restarting. The last line keeps on repeating, and the execution never completes. I tried using Tensorflow 2.0 and 1.15

khanzaifa37 avatar Apr 07 '20 07:04 khanzaifa37

I think the problem comes from word embedding and vocab.txt, as they are needed for the model, so did you create a vocab.txt for the model ?

theamrzaki avatar Apr 17 '20 12:04 theamrzaki

I think the problem comes from word embedding and vocab.txt, as they are needed for the model, so did you create a vocab.txt for the model ?

Yes, it is created and saved in the pickles folder

khanzaifa37 avatar Apr 17 '20 15:04 khanzaifa37