zhangxu0307 / time_series_forecasting_pytorch

time series forecasting using pytorch,including ANN,RNN,LSTM,GRU and TSR-RNN,experimental code
373 stars 67 forks source link

RNN Attention #3

Open aimanian opened 2 years ago

aimanian commented 2 years ago

It seems that RNN Attention model does not produce the output consistent with the sequence length. I tried to run it for a batch of [16,500,3], but it produces [16,3]. Do you have any recommndation?

aimanian commented 2 years ago

Do you have any suggestion for lstm/RNN attention model that can predict a sequence of features from other available features?