Can the SNN converted from ANN by spikingjelly work in simulator, such as Brian2? #195
-
|
Sir, I would like to ask you whether the SNN converted from ANN by spikingjelly can work in simulator such as Brian2? The snn_toolbox(https://github.com/NeuromorphicProcessorProject/snn_toolbox) is also a tool that can convert ANN to SNN. After conversion, the SNN can work in simulator, such as Brian2 and spiNNker. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, SJ supports ANN2SNN (see tutorials for more details). But the SNN is built by pytorch. I think it can not run in Brian2 and spiNNker. Extra conversion for these frameworks is needed (e.g., the neuron is not same). |
Beta Was this translation helpful? Give feedback.
Hi, SJ supports ANN2SNN (see tutorials for more details). But the SNN is built by pytorch. I think it can not run in Brian2 and spiNNker. Extra conversion for these frameworks is needed (e.g., the neuron is not same).
@DingJianhao , what is your opinion? Do you know the snn_toobox?