cure-lab / SCINet

The GitHub repository for the paper: “Time Series is a Special Sequence: Forecasting with Sample Convolution and Interaction“. (NeurIPS 2022)
Apache License 2.0
617 stars 127 forks source link

About the difference between "seq_len" and "window_size" parameters #62

Open ytzfhqs opened 1 year ago

ytzfhqs commented 1 year ago

Hi author, I would like to ask what is the difference between the parameters "seq_len" and "window_size" in the code? The explanation in the code seems to be look back window, which makes me very confused.

VEWOXIC commented 1 year ago

the code in this repository is not well oragnized, there can be some redundant code. For SCINet, I remember that we only call the window_size variable. you can just ignore the other one.

ytzfhqs commented 1 year ago

@VEWOXIC Thank you very much for your answer, I think I understand now