You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
LearningSparse simulation (floating_pt and fixed_pt) fails with certain learning rules.
My diagnostic is that scipy.csr_matrix cannot handle some of the operations executed by the LearningRuleAppliers.
To reproduce current behavior
Steps to reproduce the behavior:
When I run this code (add code or minimum test case) ...
defmy_code():
pass
I get this error ...
Error...
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem. Remove section otherwise.
Environment (please complete the following information):
Device: [e.g. Laptop, Intel cloud]
OS: [e.g. Linux]
Lava version [e.g. 0.6.1]
Additional context
Add any other context about the problem here. Remove section otherwise.
The text was updated successfully, but these errors were encountered:
Describe the bug
LearningSparse simulation (floating_pt and fixed_pt) fails with certain learning rules.
My diagnostic is that
scipy.csr_matrix
cannot handle some of the operations executed by theLearningRuleAppliers
.To reproduce current behavior
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem. Remove section otherwise.
Environment (please complete the following information):
Additional context
Add any other context about the problem here. Remove section otherwise.
The text was updated successfully, but these errors were encountered: