-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
What's a good way to deal with matrices containing Infs or NANs? #180
Comments
In what reservoir initializer does this happen? I have a (somewhat primitive) workaround here, because this usually happens for specific corner cases like low reservoir size or low sparsity |
Hello, @MartinuzziFrancesco. Thank you for such a prompt reply. At the moment, I'm building off a reservoir I get from one of the examples in the
I'm trying to vary the |
ok I see, the matrices probably get too sparse towards the end of the range. I'll play around a little and try to push a small fix |
Thanks a lot, @MartinuzziFrancesco |
Anytime! thank you for pointing this out! |
I have been using ReservoirComputing.jl for a while a now, and one error I get sometimes is the one about a matrix containing Infs and NaNs. This happens, as far as I know, when the random matrix of ESN can't be decomposed/factored. I have run ENS successfully just to have it crash when I increased/decreased the reservoir size (without changing anything else).
Is there a way to deal with this issue? Is there a known/common work around?
The text was updated successfully, but these errors were encountered: