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
@bamsumit That's great. I thought only the threshold was learnable. And how do I check the learned parameters? I tried the net.blocks[0].neuron.voltage_decay and net.blocks[0].neuron.threshold before and after training with requires_grad=True, don't see much difference.
Is there a way to make the decay parameters learnable? I want to train a network that can also adjust the decay parameters for the individual neurons.
Also is it possible to use different du, dv settings for different layers?
The text was updated successfully, but these errors were encountered: