Skip to content

Commit

Permalink
Merge pull request #373 from miaobuao/patch-1
Browse files Browse the repository at this point in the history
Update basic_concept.rst
  • Loading branch information
fangwei123456 committed Apr 24, 2023
2 parents ef6541d + 1d3c918 commit 1dc0dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/activation_based/basic_concept.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SpikingJelly框架是基于PyTorch的SNN深度学习框架,使用SpikingJelly
在 ``spikingjelly.activation_based`` 中,数据有两种格式,分别为:

* 表示单个时刻的数据,其 ``shape = [N, *]``,其中 ``N`` 是batch维度,``*`` 表示任意额外的维度
* 表示多个时刻的数据,其 ``shape = [T, N, *]``,其中 ``T`` 是数据的时间维度, ``N`` 是batch维度,`*` 表示任意额外的维度
* 表示多个时刻的数据,其 ``shape = [T, N, *]``,其中 ``T`` 是数据的时间维度, ``N`` 是batch维度,``*`` 表示任意额外的维度


步进模式
Expand Down

0 comments on commit 1dc0dff

Please sign in to comment.