-
I am trying out this code (https://github.com/fangwei123456/spikingjelly/blob/master/spikingjelly/activation_based/ann2snn/examples/cnn_mnist.py). The only difference is I have changed the CNN archite…
-
I'm interested in converting YOLOv5 to a SNN. Could I know the progress of this project?
-
Choose SNN network type, number of connections and clean up code
# Criteria:
- have a "network type" (grid or random) & "number of connections" parameter.
# Technical details:
- Only keep the …
alx-s updated
3 years ago
-
I want to use STNet for tracking my own video frames. How can I obtain the im_x_pos, im_x_neg, and snn_state in line 211 of stnet_track.py?
Also, what is the value of snn_state_first in the init fu…
-
Hi all,
We're the maintainers of `torch.hub` and it looks like executing the code in the [ghostnet example](https://pytorch.org/hub/pytorch_vision_ghostnet/) fails with the following error:
```
…
-
Hello!
I currently have a spiking CNN and I ran it on Loihi but now I also want to calculate its latency, so can anyone tell me how can I do it ?
My code is somewhat simiar to [this](https://www.n…
-
您好,想问一下您 关于在model.py文件里面的几个model问题
1. 每个class 代表的应该都是不同的model吧?比如MLP Spikeformer 都是不同的?
2. 是只有spikeformer这个model是用到了 snn+Transformer吧?
其他应该都只是snn?是这个意思吗?
感谢您的回答!
-
# **Read before creating a new issue**
- Users who want to use SpikingJelly should first be familiar with the usage of PyTorch.
- If you do not know much about PyTorch, we recommend that the user…
-
你好,
非常感谢你的源码,解决了我对Spiking YOLO的很多疑惑。
但我在运行ann_to_snn.py的过程中遇到了内存开销过高的问题,导致device='cpu'时内存占用将近80G,而无法在GPU上运行。
我发现在调用例如:
https://github.com/cwq159/PyTorch-Spiking-YOLOv3/blob/941c3faddc2ecc6ab02086a…
-
**Issue type**
- [ ] Bug Report
- [ ] Feature Request
- [x] Help wanted
- [ ] Other
**Description**
Hi, I have a question about the input encoding: we know that SNNs cannot accept directly c…