nengo / nengo-dl

Deep learning integration for Nengo
https://www.nengo.ai/nengo-dl
Other
88 stars 22 forks source link

Apply lif_smoothing to LIFRate #143

Open hunse opened 4 years ago

hunse commented 4 years ago

Currently, the lif_smoothing config option only applies to nengo.LIF neurons, not to nengo.LIFRate neurons. It would make sense for it to apply to both.