JulesBelveze / time-series-autoencoder

PyTorch Dual-Attention LSTM-Autoencoder For Multivariate Time Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decoder output

qq583 opened this issue · comments

commented

i can't understand that AttnDecoder return the 'self.fc_out(torch.cat((h_t[0], context.to(device)), dim=1))' . i can‘t find the correlation between the 'h_t' and 'context',plz tell me. Thank you!!!!!!!!!!!!!!!!