-
Hello everybody, I have a simple question with respect to the block.cuba.Affine layer. As far as I remember from a discussion with @bamsumit at the last workshop in Santa Clara, one way to readout the membrane potential of some neuron is using the respective Affine layer. As a simple example I use the following snippet:
However, I get the following error:
Does anybody know what is the source of this error and how to fix it? I went through the documentation and the tutorials but could not find a fix. I the "bootstrap mnist" tutorial, a similar network topology is used, but it didn"t help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As an update, setting the "dynamics" flag like
seems to to the job. Is this the correct way to achieve this? The documentation talks about dendrite current (Affine), I am not sure, if this is the same as the preceding layer potential. |
Beta Was this translation helpful? Give feedback.
As an update, setting the "dynamics" flag like
seems to to the job.
Is this the correct way to achieve this? The documentation talks about dendrite current (Affine), I am not sure, if this is the same as the preceding layer potential.