-
Notifications
You must be signed in to change notification settings - Fork 117
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
optimizer got an empty parameter list #6
Comments
Same problem. I tried using the ESN module for my project but it's giving me this error: Also trying to run the time series prediction example code gives the same error. |
I also have the exact same problem trying to run the time series prediction example code. |
It is also giving the same error in my code when using ESN with SGD. |
Same error, relevant code snippets:
|
This should hopefully be fixed with #33 |
Hi,
I am trying to run the code time series prediction sgd but I got an error "optimizer got an empty parameter list". I googled and found we need to register some parameters. Do you have an updated code for LiESN with the parameters list fixed?
Thank you!
The text was updated successfully, but these errors were encountered: