Add synapse population from DENSE_INDIVIDUALG to SPARSE #641
Unanswered
riccardopignari
asked this question in
GeNN questions
Replies: 1 comment 2 replies
-
You can set the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I'm trying to make a small
Python
script usingpygenn
about synaptic connections between two populations of neurons. So far I've successfully implemented aDENSE_INDIVIDUALG
connection using numpy (code below). I would like to know if it's possible to get an equivalent connection with a SPARSE mode.The installed PyGeNN version is
pygenn-4.7.1-cp36-cp36m-linux_x86_64.whl
.What could be the equivalent of the code below with sparse connection?
Beta Was this translation helpful? Give feedback.
All reactions