We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the case where the prediction length is 8 time-steps, the result in the paper will appear at the 256th epoch. No need to change parameters.
For the case where the prediction length is 12 time-steps, do the following things:
1e-5
150
30
250
5e-3
1e-4
86
You will get the result at epoch 54.
The text was updated successfully, but these errors were encountered:
@huang-xx Should I set the seed to 86 when I run the code train.py?
train.py
Sorry, something went wrong.
No branches or pull requests
For the case where the prediction length is 8 time-steps, the result in the paper will appear at the 256th epoch. No need to change parameters.
For the case where the prediction length is 12 time-steps, do the following things:
1e-5
in line 148 and 149 in train.py;150
to30
in line 173 in train.py;250
to30
in line 178 in train.py.5e-3
to1e-4
in line 180 in train.py.86
in line 20 in evaluate_model.py.You will get the result at epoch 54.
The text was updated successfully, but these errors were encountered: