Skip to content

Commit

Permalink
update api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fangwei123456 committed Apr 26, 2023
1 parent 89c173b commit 3b17931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spikingjelly/activation_based/neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ def __init__(self, T: int, surrogate_function: surrogate.SurrogateFunctionBase =
:param surrogate_function: the function for calculating surrogate gradients of the heaviside step function in backward
:type surrogate_function: Callable
The Parallel Spiking Neuron proposed in `Parallel Spiking Neurons with High Efficiency and Long-term Dependencies Learning Ability`. The neuronal dynamics are defined as
The Parallel Spiking Neuron proposed in `Parallel Spiking Neurons with High Efficiency and Long-term Dependencies Learning Ability <https://arxiv.org/abs/2304.12760>`_. The neuronal dynamics are defined as
.. math::
Expand Down Expand Up @@ -1926,7 +1926,7 @@ def __init__(self, k: int, T: int, lambda_init: float = 0.,
:param step_mode: the step mode, which can be `s` (single-step) or `m` (multi-step)
:type step_mode: str
The Masked Parallel Spiking Neuron proposed in `Parallel Spiking Neurons with High Efficiency and Long-term Dependencies Learning Ability`. The neuronal dynamics are defined as
The Masked Parallel Spiking Neuron proposed in `Parallel Spiking Neurons with High Efficiency and Long-term Dependencies Learning Ability <https://arxiv.org/abs/2304.12760>`_. The neuronal dynamics are defined as
.. math::
Expand Down Expand Up @@ -2059,7 +2059,7 @@ def __init__(self, k: int, exp_init: bool = True,
:param backend: backend fot this neuron layer, which can be "gemm" or "conv"
:type backend: str
The Sliding Parallel Spiking Neuron proposed in `Parallel Spiking Neurons with High Efficiency and Long-term Dependencies Learning Ability`. The neuronal dynamics are defined as
The Sliding Parallel Spiking Neuron proposed in `Parallel Spiking Neurons with High Efficiency and Long-term Dependencies Learning Ability <https://arxiv.org/abs/2304.12760>`_. The neuronal dynamics are defined as
.. math::
Expand Down

0 comments on commit 3b17931

Please sign in to comment.