nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Probes with population axons (convolutions) #242

Open hunse opened 5 years ago

hunse commented 5 years ago

Currently, probes (which sometimes use discrete axons), do not work on neurons that have convolution connections (which use population axons) coming from them. This is because there are limitations in the NxSDK axon compiler around mixing discrete and population axons.