A simple template project for spikingjelly with pytorch-lightning #150
Barchid
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for your work! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I just made a template project to train a Convolutional SNN implemented with SpikingJelly using Pytorch-Lightning. It comes with lots of useful features (tensorboard logging, learning rate finder, etc) without adding tons of boilerplate code. You can use the template project here: https://github.com/Barchid/spikingjelly-lightning.
The repository comes with a small example on N-MNIST with a small ConvSNN and a notebook to show the built-in functionalities.
Don't hesitate to poke me if you have suggestions about the template.
Beta Was this translation helpful? Give feedback.
All reactions