-
Notifications
You must be signed in to change notification settings - Fork 912
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
Model can't find encoding_available variable [BUG] #814
Comments
Hi @Joe-TheBro, I couldn't reproduce this error in version 0.17.1. Could you provide a code snippet to do so? |
Relevant code
Then error is thrown out
|
Hey @Joe-TheBro, I tried your code snippet and it runs without issues.. This seems strange to me. The encoders should be initialized when Here are some questions:
|
Questions in order
Thanks for the help! |
Can you try |
After running
so it seems this does the trick to reinitialize model. Then after this trying to backtest succeeds! So, in summary, by not specifying I appreciate all your help @dennisbader and commend your patience. As a suggestion going forward I would either update the documentation to let people know they have to specify the specific model when loading, or integrate into codebase with |
Unfortunately, I have another bug that has arisen. Although I do not know if it is related. After running backtest code.
An error occurs after predicting the entire specified length occurs
|
Describe the bug
After fitting TCN model, when attempting to backtest program spits out error regarding
self.encoders.encoding_available
Error
To Reproduce
Expected behavior
I expect to backtest on fitted model
System
The text was updated successfully, but these errors were encountered: