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 8ca5b89 commit 3b4e711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ 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与AvgPool2d做差完成正负脉冲的实现)
#### 实验效果展示

#### 成员分工

0 comments on commit 3b4e711

Please sign in to comment.