shunyaoshih / TPA-LSTM

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

How to deal with various max_len for different batch? #11

Open blablahaha opened 4 years ago

blablahaha commented 4 years ago

Vice nice project!

But I'm confused with:

  1. Why use CNN with the output of RNN, instead of original features to extract temporal information for each variables? Maybe you do some experiments, but forget to mention it in paper?

  2. With different batch, the maximum length of temporal series may be different. How can we deal this issue, if we use static kernel size?

Cheers!