Closed Visdoom closed 3 years ago
Hi Sophie,
The STM models a single neuron whose spikes/spike counts should be stored in the 1xN
matrix output
.
What are the multiple rows of your output
representing?
Hey Lucas,
I actually came back to it. The multiple rows in output are multiple trials.
Hi there Lucas,
I was wondering if you could give a documentation about how to initialize the STM model without knowing the number of linear and non linear components in your input.
always results in the error
because the
output.rows() != dimOut()
condition is triggered inHowever, I cannot control for the output dimension. So how to circumvent that problem?