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

#### 成员分工

0 comments on commit b9be4f8

Please sign in to comment.