pilotnet_snn slayer training - gradient is not available for output layer CUBA LIF neuron's voltage_state #362
Replies: 2 comments
-
Why can you not call |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi,
In pilotnet snn, it seems the final logit values are achieved by reading the output layer neurons' voltage_states (in netx loihi runs).
However how the loss.backward() is calulated based on neuron.voltage_state values as it is neuron.voltage_state is not a parameter ? I can see it is in buffers, however when i set it's requires_grad = True, it is not set.
Beta Was this translation helpful? Give feedback.
All reactions