-
Notifications
You must be signed in to change notification settings - Fork 122
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
question for TPA-LSTM source code #16
Comments
In the paper, TPA-LSTM just uses y_{t-w}, y_{t-w+1} ... to predict y_{t-1+delta} |
@verystrongjoe,你好!请问你是在windows还是linux环境下跑通这些程序的?若在windows10下跑通,能否发我一份代码,我这里出现非常多的错误,我的邮箱是[email protected],多谢! |
@2017wxyzwxyz Hi, I will run this source code on my Ubuntu OS. do you want me to send the source code? I think that there is no big difference between original source code and my local code. If you want, I will send a zip file. |
Please send me your code, thank you! |
I think they use multivariate model, not single variable. |
Hi~ |
TPA-LSTM 是应该考虑多个特征的,请问就这个项目而言需要在哪个地方进行改进 |
@verystrongjoe Hello! Are you running this program in a windows or linux environment? If it works on Windows 10, could you send me a copy of the code? I have a lot of errors here. My email is [email protected] Thank You! |
demand_forecast/tpa_lstm.py
Line 150 in 1978fef
In this line, I think that Xtrain should be used instead of ytrain. Am I wrong?
I could not have found any source code for using multi-variate features in TPA-LSTM code.
The text was updated successfully, but these errors were encountered: