LSTM Autoencoder Output Layer

后端 未结 0 966
离开以前
离开以前 2021-01-19 06:07

I am trying to get a LSTM autoencoder to recreate its inputs. So far I have:

class getSequence(nn.Module):
    def forward(self, x):
        out, _ = x
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题