Top "Sequence-to-sequence" questions

TypeError: can't pickle _thread.lock objects in Seq2Seq

I'm having trouble using buckets in my Tensorflow model. When I run it with buckets = [(100, 100)], it works fine. When I …

python-3.x tensorflow nlp lstm sequence-to-sequence
How to convert predicted sequence back to text in keras?

I have a sequence to sequence learning model which works fine and able to predict some outputs. The problem is …

python keras keras-layer sequence-to-sequence
How should we pad text sequence in keras using pad_sequences?

I have coded a sequence to sequence learning LSTM in keras myself using the knowledge gained from the web tutorials …

python neural-network keras lstm sequence-to-sequence