v0.7.0
The biggest addition is the snntorch.export
module that interfaces snnTorch modules with the Neuromorphic Intermediate Representation. SNN models trained in various libraries (e.g., Norse, Rockpool, Sinabs, lava-dl, etc.) can be converted in order to take advantage of the backends available in specific libraries.
What's Changed
- Update leaky.py by @ahenkes1 in #217
- Graded spikes for Leaky by @ahenkes1 in #218
- Fix graded_spikes registration by @ahenkes1 in #220
- feat(neuron, synaptic): add missing args in example by @gianfa in #222
- Fix regression tutorial 2 MNIST data path for linux by @timoklein in #224
- add docstrings to NIR export function by @jeshraghian in #226
New Contributors
- @timoklein made their first contribution in #224
Full Changelog: v0.6.4...v0.7.0