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
@Gavinator98 The intended usage pattern is to call a lambda like you mention. This is by design because the norm could have other signatures and therefore cannot be known in advance.
User story
As a user, I want to modify the arguments to slayer neuron norms.
The neuron norms provide arguments to adjust momentum and other parameters:
lava-dl/src/lava/lib/dl/slayer/neuron/norm.py
Line 36 in 543efaa
However, when used the neuron calls the constructor with no arguments:
lava-dl/src/lava/lib/dl/slayer/neuron/base.py
Line 146 in 543efaa
As a workaround it might be possible to use a lambda function as the norm argument:
The text was updated successfully, but these errors were encountered: