Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YanziWang-dot authored Dec 20, 2023
1 parent b9be4f8 commit 1320533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python train.py --batch_size 8 --step 8 --learning_rate 0.01 --num_epochs 100 -o
+ Linear $\rightarrow$ LayerWiseLinearModule
+ BatchNorm $\rightarrow$ TEP
+ 对模型使用不同种类神经元类型进行了实验
+ BiasLIFNode $\rightarrow$ DoubleSidePLIFNode(通过将初始x与AvgPool2d做差完成正负脉冲的实现
+ BiasLIFNode $\rightarrow$ DoubleSidePLIFNode(通过将初始x与avgpool(x)统一维度后做差完成正负脉冲的实现
#### 实验效果展示

#### 成员分工

0 comments on commit 1320533

Please sign in to comment.