-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Description
Greetings,
I believe that the two reset_mechanisms are switched when stated inside the snn.Leaky() constructor. When I create the leaky neuron as:
lif = snn.Leaky(beta=0.8, reset_mechanism="zero")
the output is:
and when I create the neuron as: lif = snn.Leaky(beta=0.8, reset_mechanism="subtract")
the outputs do not agree with the implementation in: https://www.youtube.com/watch?v=aUjWRpisRRg
Metadata
Metadata
Assignees
Labels
No labels