shunyaoshih / TPA-LSTM

Temporal Pattern Attention for Multivariate Time Series Forecasting
699 stars 187 forks source link

Question about attention_wrapper.py #15

Open hyx0324 opened 3 years ago

hyx0324 commented 3 years ago

May the code "new_state = (new_state, new_attns, new_attn_states)" should be written to "new_state = (new_state, output, new_attn_states)"?