-
对于一个数据形状为100*500,100表示通道数,500表示数据点数,也可以视为SNN的时间步数,所有数据已是0,1格式,很明显500个时间步对于SNN来说太长了,请问有没有什么方法降低时间步长
-
Hi,
I have a quick question regarding the Asynchronous implementation of Spiking Neural Networks in Python. As Python is a sequential language then how SNN-toolbox can deal with the asynchronous beh…
-
**Issue type**
- [ ] Bug Report
- [ ] Feature Request
- [X] Help wanted
- [] Other
**Description**
Hi @fangwei123456. First of all, congratulate you for the great work you have done with S…
-
我看這篇也是https://github.com/Intelligent-Computing-Lab-Yale/NDA_SNN/tree/main?tab=readme-ov-file這樣做,而且他是在目前cifar10 dvs classification榜上最高的,但她也只做了data augmentation而已,架構也是vgg,我跑出來的準確度也差不多70幾趴而已,順帶一題想問你有跑過他的…
-
Hello, I noticed that in the tutorial, a single-layer fully connected SNN is used for recognizing MNIST instead of N-MNIST. Why is that?At the same time, I also tried using a single-layer fully connec…
-
Hello, I have the following problem when dealing with my data:
1. First of all, when I use all the data, my single cell data is 150,000, and I get the following error, I want to know if Scissor has…
-
When I ran main_snn.py, i got this error.
Traceback (most recent call last):
File "main_snn.py", line 137, in
snn.save_result()
File "/home/insublee/sym-STDP-master/hao2019/spiking_ne…
-
https://arxiv.org/pdf/1706.02515.pdf
Deep Learning has revolutionized vision via convolutional neural networks (CNNs) and natural language processing via recurrent neural networks (RNNs). However, …
leo-p updated
7 years ago
-
Trying to build some example models on Arch Linux (`gcc` 10.2.0), and found that I require an explicit linker flag for `-pthread`.
Without it, I see errors like this:
```
g++ -I/home/eric/CARL/…
-
when I try to transform ann to snn ,some problems occurred:
$ python3 ann_to_snn.py --cfg cfg/yolov3-tiny.cfg --data data/coco.data --weights weights/best.pt --timesteps 128Namespace(augment=False,…