Eric Hunsberger

Results 78 issues of Eric Hunsberger

1. Create a network 2. Import a network into it (eg. File->Open integrator.py) 3. Repeat step 2 to import the sub-network again 4. Nengo will ask you to rename the...

simulator-ui
bug

With two networks on the same level, take the window of one and drag it over the icon of the other. Then, bring the window of the second to the...

bug

We do this in Nengo's `RegularSpiking`, but somehow missed doing it here, so I just copied the citation from there.

Just a start at this, since it came up when working on another repo. TODO: - [ ] Test that dtypes are properly conserved in layers and cells (i.e. output...

This was revealed to be broken in nengo/nengo-dl#187. See `nengo_dl/tests/test_converter.py:test_spiking_activation`.

For large matrices (e.g. encoders with millions of neurons), the geometry planning (the `for n in items` loop creating all the indices, etc., in `block_impl`) is quite slow. This may...

This repo does not yet use automated testing on TravisCI. Using the support for this via NengoBones would make it easier to test, release, and update docs. (See NengoDL for...

> Previously, sim_ocl would produce incorrect answers if the Y signal of a > MultiProdUpdate operation were a matrix, rather than a 1D vector. Fixed. Wow, I didn't realize that...

enhancement

Added a planner that determines parallel sets of ops, and then picks which ones to do. This helps avoid the problem where ops that can be done together end up...