Open tcstewar opened 6 years ago
I believe this is expected, since these connections have interneurons. Interneurons have noise in them, and we do not perfectly model the Loihi noise generation. If I add solver=nengo.solvers.LstsqL2(weights=True)
to the connection from a
to b
, the outputs are identical.
Here's the simplest model I've come up with where there's a difference between output from the actual chip and the output from the approximation of the chip that's built in to
nengo_loihi
.Here is the printed output, showing the point in time where the outputs diverge:
Note that for both
target='sim'
andtarget='loihi'
, the setting ofprecompute
does not affect the output for this test.