fangwei123456 / spikingjelly

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

整合脉冲自适应神经元 #198

Open ridgerchu opened 2 years ago

ridgerchu commented 2 years ago

将三种脉冲自适应神经元的单步、多步、cupy版本整合进入SpikingJelly。

Origin Neuron Adaptive Neuron
LIF Adaptive LIF
QIF Izhikevich
EIF AdEx
ridgerchu commented 2 years ago

201 Store new codes in branch neuron before cupy backend with v_rest is finished.

Lily-Le commented 11 months ago

请问Adaptive LIF这个分支还有吗? 新版spikingjelly为什么把这些神经元删除了呀,谢谢!