You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there isn't an easily accessible or documented way to train with spikes on the forward pass. It seems like it can be done by patching in your own builder method that overrides the training_step for each neuron model that is being used. This isn't thoroughly tested but it seems to work (e.g., for the nengo.StochasticSpiking wrapper in Nengo 3.1.0):
Currently there isn't an easily accessible or documented way to train with spikes on the forward pass. It seems like it can be done by patching in your own builder method that overrides the
training_step
for each neuron model that is being used. This isn't thoroughly tested but it seems to work (e.g., for thenengo.StochasticSpiking
wrapper in Nengo 3.1.0):The text was updated successfully, but these errors were encountered: