Skip to content

Commit

Permalink
Update leakyparallel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshraghian authored Jun 1, 2024
1 parent 396bbf5 commit 2085cbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snntorch/_neurons/leakyparallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ class LeakyParallel(nn.Module):
Membrane potential decays exponentially with rate beta.
For :math:`U[T] > U_{\\rm thr} ⇒ S[T+1] = 1`.
Whenever the neuron emits a spike we have:
.. math::
U[t+1] = βU[t] + I_{\\rm in}[t+1]
Expand Down

0 comments on commit 2085cbc

Please sign in to comment.