shunyaoshih / TPA-LSTM

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

When to call the "call" function in class "TemporalPatternAttentionCellWrapper"? #13

Open Tiffanyxq opened 4 years ago

Tiffanyxq commented 4 years ago

Hi! I find the usage of "call" function should be like "cell.call(inputs, state)", but in the "TemporalPatternAttentionCellWrapper" class, the "call" function is not used, I don't understand the code well. Could anyone teach me about this? Thanks a lot!