Questions tagged [encoder-decoder]
184 questions
-1
votes
1 answer
how to decode php base64_decode
I'm a newbie starting to learn from source code. I bought a source code on the internet with full source code switching but it turns out there is a part that is hidden. How to do decrypt/decode for lines like this:

Maruli Davin
- 85
- 8
-1
votes
1 answer
tensorflow seq2seq model outputting the same output
I am developing an encoder-decoder model in order to predict titles for lecture transcripts. but the model is predicting the same title no matter what the input is. Any idea what may have caused such a problem?
-1
votes
1 answer
How to pad sequences during training for an encoder decoder model
I've got an encoder-decoder model for character level English language spelling correction, it is pretty basic stuff with a two LSTM encoder and another LSTM decoder.
However, up until now, I have been pre-padding the encoder input sequences, like…

hhaefliger
- 521
- 3
- 18