nengo / nengo-loihi

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

Test/fix neuron noise hardware seed #227

Open hunse opened 5 years ago

hunse commented 5 years ago

It appears the seed is not working for neuron noise. Some more global seed does appear to be set, so the neuron noise is the same from one run to the next. The problem is it doesn't change if you change the seed.

For the "fix" part of this PR, we need to figure out how to set this seed in NxSDK. Our current method doesn't seem to work.