v0.6.0
What's Changed
- Recurrent neuron models have been added and revamped
backprop.py
has been deprecated- Neuron model has been modified such that the rest function is scaled by beta. Seems to enable better performance.
- Reset mechanisms have been fixed
spikegen
and loss functions updated for macbook usage (metal performance shaders "mps")- neuron computations fixed for DDP (thanks @ridgerchu !)
- graded spikes have been added (thanks @ahenkes1 !)
- BatchNormThroughTime (thanks @vinniesun !)
- Updated Surrogate functions & default surrogate converted to ATan (@ridgerchu again)
- Input & Output Functions (@ridgerchu again again)
New Contributors
- @ahenkes1 made their first contribution in #127
- @katywarr made their first contribution in #130
- @gianfa made their first contribution in #132
- @TrellixVulnTeam made their first contribution in #135
- @aloe8475 made their first contribution in #174
Full Changelog: v0.5.3...v0.6.0