Gregor Lenz

Results 15 issues of Gregor Lenz

## Describe the bug I've tried now on multiple occasions over the last 3 months to run the tutorial notebooks in this repository, but I always get different errors. For...

1-bug

setup.py normally has optional requirements that can be installed for specific flags, such as ``` pip install sinabs['all'] ``` or ``` pip install sinabs['exodus'] ``` That would make it easier...

Match MultiSpike with periodic versions of surrogate gradients

technical debt
specification needed

SNN simulators typically use a single spike of activation per neuron per time step. Sinabs provides the option for MultiSpike activation, but the gradient for activations > 1 vanishes with...

specification needed