Replies: 1 comment
-
Yes, this should be possible. Constructing your network is done separately to the I haven't tested it in a long time, and writing up a proper tutorial for this is on my to-do list after a few more important features. But something like this should work.
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I just checked that the
spike_grad
parameter needs to be passed manually for each neuron. And that theBPTT
always requireshidden_init=True
which means that it can be used for real-time inference. I wonder if the same can be done withSurrogate Gradient
. And if yes can you provide a simple example of implementing that.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions