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 interval parameter of PEMS test dataset #68

Open htg17 opened 1 year ago

htg17 commented 1 year ago

When using PEMS test dataset, you use ForecastTestDataset function (in Line 121 of exp_pems.py). The difference of this function and regular ForecastDataset is, in Line 106 of forecast_dataloader.py, you set interval as 12. This mean that the test dataset is down sampled by 12. Is there any consideration here?