-
**Describe the bug**
AttributeError: module 'dynadojo.systems' has no attribute 'SNNSystem'
**To Reproduce**
Steps to reproduce the behavior:
1. Go to demos/systems/snn_demo.ipynb
2. Run the de…
-
Thank you for your great work! I am not familiar with LLM, NLP tasks and related models i.e. Bert or GPT. To make my own understanding of SpikeLM models, I read two good repositories. The first is the…
-
Dear Author,
Thanks for sharing the code. I encountered a problem when executing the ann_to_snn.py and wonder if you have encountered this problem.
The error message is as follows:
"
File "/home/…
-
请教一下SNN的参数量如何计算,包括FLOPs(MAC乘法,AC加法),Params。
-
# What?
There is an issue upon loading the datasets from TopoNetX when testing TopoModelX through GitHub Actions.
See details:
https://github.com/pyt-team/TopoNetX/issues/195
We need to fix i…
-
在ANN转换SNN的教程文档中:https://spikingjelly.readthedocs.io/zh-cn/latest/activation_based/ann2snn.html#id8
链接中提出需要对参数进行BN层的融合和缩放,这部分操作似乎在 Converter 类中的 fuse和set_voltagehook 函数中,那么最后得到的突触参数值要如何获得呢?另一方面,如果我想…
-
Thank you for sharing your excellent work and the open-source code! I have a couple of questions regarding the model parameters and training configuration:
1. I loaded the spikeyolo-L model version…
-
**Description**
我在尝试使用惊蛰框架,将ann网络结构转换为snn网络结构时,导入惊蛰框架后,原本可以正常进行的ANN训练代码出现警告,且后续的训练流程无法进行了。
警告内容为:
```bash
WARNING:tensorboardX.x2num:NaN or Inf found in input tensor.
```
导入的代码为:
```pytho…
-
您好,在https://spikingjelly.readthedocs.io/zh-cn/latest/activation_based/5_ann2snn.html中,ANN转SNN的原理中,z=Vth*a,在‘Conversion of continious-valued deep networks to efficient event-driven networks for image c…
-
* snntorch version:
* Python version:
* Operating System:
### Description
When I use snn.Synaptic, something unexpected happened. So I check the synaptic.py, i found the 219line "self.syn = me…