encoder-decoder Questions
1
I want to build a classification model that needs only the encoder part of language models. I have tried Bert, Roberta, xlnet, and so far I have been successful.
I now want to test the encoder part...
Taconite asked 7/4, 2022 at 20:56
1
I have seen examples of building an encoder-decoder network using LSTM in Keras but I want to have a ConvLSTM encoder-decoder and since the ConvLSTM2D does not accept any 'initial_state' argument s...
Cinelli asked 18/2, 2019 at 17:8
1
Solved
I am following this tutorial to train an autoencoder.
The training has gone well. Next, I am interested to extract features from the hidden layer (between the encoder and decoder).
How should I do ...
Misbegotten asked 3/3, 2021 at 7:40
1
I would like to train a encoder decoder model as configured below for a translation task. Could someone guide me as to how I can set-up a training pipeline for such a model? Any links or code snipp...
Sonjasonnet asked 18/6, 2020 at 9:31
1
I am trying to add an Attention layer between the encoder LSTM(many to many) and the decoder LSTM(many to one).
But my code seem making the attention layer for only one Decoder LSTM input.
How ca...
Hiss asked 23/12, 2018 at 8:48
2
I was making a seq2seq model in keras. I had built single layer encoder and decoder and they were working fine. But now I want to extend it to multi layer encoder and decoder.
I am building it usin...
Timon asked 18/6, 2018 at 18:41
1
Solved
I am trying to convert base64 String to byte array but it is throwing following error
java.lang.IllegalArgumentException: Illegal base64 character 3a
I have tried following options user...
Norse asked 30/1, 2017 at 11:49
1
© 2022 - 2024 — McMap. All rights reserved.