-
Notifications
You must be signed in to change notification settings - Fork 129
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 replicate ETTM1 results #18
Comments
Hi, Can you please provide us with the version of your pytorch? Some experiments show that different pytorch versions can cause a large result gap. And can you please provide us with the full running log? It seems that your program only ran for 7 epochs which are not sufficient to make the model converge. Thanks |
Thank you for the help. I created a conda env using the requirements.txt so I am using pytorch1.8 env.yml.txt I am not sure why it stops after 7 epochs. This log file was created using the following parameters
|
@VEWOXIC I was wondering if you had a chance to look at the environment and the logs? |
--------start to test-----------
|
很奇怪为什么会在epoch7就停止运行了呢? |
哦哦好像是设置了一个早停止 |
Hello,
I find the results of this paper to be very impressive. I tried replicating the ETTM1 out 48 results running the command found in the readme. Do you have any suggestions on how to get the mse of 0.126 and mae of 0.229 found in the paper? My results are mse of 0.3808 and mae of0.3899.
https://github.com/cure-lab/SCINet#for-ettm1-dataset
here are my results:
thank you for the help
The text was updated successfully, but these errors were encountered: