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

How to train Neuromorphic Datasets? #65

Closed kingkong135 closed 3 years ago

kingkong135 commented 3 years ago

Will spikingjelly have a tutorial train with Neuromorphic Datasets like N-MNIST, special about DVS128 Gesture,...? Thanks for your time!

fangwei123456 commented 3 years ago

OK, now let me add a tutorial about train SNN for DVS128 Gesture.

fangwei123456 commented 3 years ago

https://spikingjelly.readthedocs.io/zh_CN/latest/clock_driven_en/14_classify_dvsg.html

kingkong135 commented 3 years ago

@fangwei123456 Thank you very much.