The current type check for w_in in CubaLIF currently restricts it to map 1:1 to the neurons, rather than permit a connection weight matrix.
According to the specs the CubaLIF is basically a LI -> Affine -> LIF,
so it should permit any Affine transformation.
Any opinions on updating the types to support connection matrices?
The current type check for
w_inin CubaLIF currently restricts it to map 1:1 to the neurons, rather than permit a connection weight matrix.According to the specs the CubaLIF is basically a
LI -> Affine -> LIF,so it should permit any Affine transformation.
Any opinions on updating the types to support connection matrices?