YuqingXiong

Results 2 issues of YuqingXiong

**Describe the bug** when i run the example "simple_cache", i find an error "ERROR: flag 'v' was defined more than once" **To Reproduce** Steps to reproduce the behavior: 1. `cd...

在ANN转换SNN的教程文档中:https://spikingjelly.readthedocs.io/zh-cn/latest/activation_based/ann2snn.html#id8 链接中提出需要对参数进行BN层的融合和缩放,这部分操作似乎在 Converter 类中的 fuse和set_voltagehook 函数中,那么最后得到的突触参数值要如何获得呢?另一方面,如果我想加载自己的SNN模型参数(注意不是ANN参数)又该如何做呢?