-
Notifications
You must be signed in to change notification settings - Fork 846
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
your code cannot work #5
Comments
@LeonCgh 可以设置reuse=True,也可以训练和预测分开进行 |
非常感谢。还有一个问题是你的test data 里的mean是测试集的mean,这样子不会引入未来函数么? |
@LouisScorpio 我在运行第一个程序stock_predict.py时遇到类似的问题, During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@LouisScorpio 刚才在你的博客上找到了ValueError: Variable RNN/BasicLSTMCell/Linear/Matrix already exists, disallowed. Did you mean to set reuse=True in VarScope?这个问题的解决办法,非常感谢! |
ValueError: Variable rnn/basic_lstm_cell/weights already exists, disallowed. Did you mean to set reuse=True in VarScope
The text was updated successfully, but these errors were encountered: