-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to reproduce univariate and multivariate time series forecasting #113
Comments
Try using |
I changed the default setting in "configs/dataset/etth.yaml" from |
When I used the configs @albertfgu provided, I came close to the reported test MSE of 0.061. The following run shows my results. Unfortunatley I was using a visualisation pytorch-lightning callback, I wrote, but was made for another usecase and does not work with this data. So the run crashed but the results were logged nevertheless. https://wandb.ai/jannik-bach/hippo/runs/37cp8mpr?workspace=user-jannik-bach |
ok, i will recheck my settings, thanks. |
Hello everyone,
I was trying to replicate the results from the paper of Table 13 and 14. Therefore I used the configurations of configs/experiment/forecasting/s4-informer-etth.yaml and adjusted the prediction window inside /configs/dataset/etth.yaml to the values found in the table.
Particularly I changed the third parameter in "size" inside configs/dataset/etth.yaml, e.g.
For this setup I got an final MSE of 0.2863. The paper states a MSE of 0.061.
For all the setups the MSE values I got never came close to the ones stated in the paper.
Was someone able to reproduce the results and can share the configuration to the setup?
Best Regards
The text was updated successfully, but these errors were encountered: