text_summurization_abstractive_methods
text_summurization_abstractive_methods copied to clipboard
ERROR:tensorflow:Found example queue thread dead. Restarting.
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
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 ?
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