Skip to content
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

LearningSparse simulation (floating_pt and fixed_pt) fails with certain learning rules #851

Open
gkarray opened this issue Apr 24, 2024 · 0 comments
Labels
0-needs-review For all new issues 1-bug Something isn't working

Comments

@gkarray
Copy link
Contributor

gkarray commented Apr 24, 2024

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:

  1. When I run this code (add code or minimum test case) ...
def my_code():
    pass
  1. 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.

@gkarray gkarray added the 1-bug Something isn't working label Apr 24, 2024
@github-actions github-actions bot added the 0-needs-review For all new issues label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-needs-review For all new issues 1-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant