cure-lab/SCINet

About interval parameter of PEMS test dataset

htg17 opened this issue · 0 comments

htg17 commented

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?