Skip to content

Commit

Permalink
update api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fangwei123456 committed May 8, 2023
1 parent aafe59b commit bdc8cc9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spikingjelly/activation_based/neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -2077,11 +2077,6 @@ def __init__(self, k: int, exp_init: bool = True,
The Sliding PSN supports both single-step and multi-step mode. But using the multi-step mode is much faster than the single-step mode.
.. admonition:: Note
:class: note
The "gemm" backend is much faster than the "conv" backend when ``T`` is small. But when ``T`` is large, the ``conv`` backend is faster.
"""

Expand Down

0 comments on commit bdc8cc9

Please sign in to comment.