fangwei123456 / spikingjelly

SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
https://spikingjelly.readthedocs.io
Other
1.35k stars 239 forks source link

Help for conversion #206

Open s274913 opened 2 years ago

s274913 commented 2 years ago

Hi, I am working on my master thesis related to SNN. I found on the web your github to perform the conversion, but I did not get how to execute the tool. Could you tell me something more? How can I perform the conversion starting from a CNN? Thanks in advance, Gianluca Menditto

fangwei123456 commented 2 years ago

https://spikingjelly.readthedocs.io/zh_CN/latest/clock_driven_en/5_ann2snn.html

fangwei123456 commented 2 years ago

You can also refer to these codes: https://github.com/fangwei123456/spikingjelly/blob/master/spikingjelly/clock_driven/ann2snn/examples/resnet18_cifar10.py

Loydian commented 2 years ago

The document should be updated. The MNIST example is not usable for the latest spikingjelly.