Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yahuiwei123 authored Dec 21, 2023
1 parent bcb621f commit 0c244d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ python predict.py --image_path './test/img' --step 8 --output_size (480, 480) --
+ 对模型使用不同种类神经元类型进行了实验
+ BiasLIFNode $\rightarrow$ DoubleSidePLIFNode(通过将初始x与avgpool(x)统一维度后做差完成正负脉冲的实现)
### 实验效果展示
#### 第一阶段
#### 第一阶段(分类)
+ 我们在nminst数据集上训练17个epoch后的结果
<img width="503" alt="94d9608c9238ed6bfae8465e9da21d9" src="https://github.com/yahuiwei123/segment_snn/assets/84215971/99bc2e72-d151-4a2b-bdce-2b81c9982185">

#### 第二阶段
#### 第二阶段(分割)
### 成员分工

0 comments on commit 0c244d4

Please sign in to comment.