LSTM autoencoder architecture - PyTorch Forums
discuss.pytorch.org › t › lstm-autoencoderOct 10, 2017 · I am trying to create a simple LSTM autoencoder. More precisely I want to take a sequence of vectors, each of size input_dim, and produce an embedded representation of size latent_dim via an LSTM. From this I would like to decode this embedded representation via another LSTM, (hopefully) reproducing the input series of vectors. Here is my definition for the encoder and decoder self.encoder ...