Skip to content

Commit

Permalink
Merge pull request #355 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Correct a typo in base.py
  • Loading branch information
fangwei123456 committed Mar 25, 2023
2 parents 3aee47e + 6911a71 commit 5a3aecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spikingjelly/activation_based/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def multi_step_forward(self, x_seq: torch.Tensor, *args, **kwargs):
:param x: input tensor with ``shape = [T, N, *] ``
:type x: torch.Tensor
The multi-step forward function for this module, which is implementd by calling ``single_step_forward(x[t], *args, **kwargs)`` over ``T`` times
The multi-step forward function for this module, which is implemented by calling ``single_step_forward(x[t], *args, **kwargs)`` over ``T`` times
"""

Expand Down

0 comments on commit 5a3aecf

Please sign in to comment.