nengo / nengo-loihi

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

Probe convolutional transform output #231

Open arvoelke opened 5 years ago

arvoelke commented 5 years ago

Currently there is an error when trying to probe the output of a convolutional transform, since the probe assumes it can apply a dot-product with a dense weight matrix. TODO: Minimal reproducing example.