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

SLAYER ALIF neuron's forward function uses wrong spike function signature #70

Closed
3 of 12 tasks
bamsumit opened this issue May 2, 2022 · 0 comments · Fixed by #78
Closed
3 of 12 tasks

SLAYER ALIF neuron's forward function uses wrong spike function signature #70

bamsumit opened this issue May 2, 2022 · 0 comments · Fixed by #78
Assignees
Labels
1-bug Something isn't working

Comments

@bamsumit
Copy link
Contributor

bamsumit commented May 2, 2022

Objective of issue:

Lava DL version:

  • 0.3.0 (feature release)
  • 0.2.1 (bug fixes)
  • 0.2.0 (current version)
  • 0.1.2

Lava version:

  • 0.4.0 (feature release)
  • 0.3.1 (bug fixes)
  • 0.3.0 (current version)
  • 0.2.0
  • 0.1.2

I'm submitting a ...

  • bug report
  • feature request
  • documentation request

Current behavior:

  • forward call to neuron has errors with wrong spike function signature

Expected behavior:

Steps to reproduce:

  • Instantiate alif neuron and call it directly.

Related code:

insert short code snippets here

Other information:

File "/workspace/k8mirror/lava-dl/src/lava/lib/dl/slayer/neuron/alif.py", line 610, in forward
    return self.spike(voltage, threshold + refractory)
TypeError: spike() missing 1 required positional argument: 'refractory'
@bamsumit bamsumit self-assigned this May 2, 2022
@bamsumit bamsumit added the 1-bug Something isn't working label May 2, 2022
@bamsumit bamsumit linked a pull request May 18, 2022 that will close this issue
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant