Eric Hunsberger
Eric Hunsberger
Currently, the `lif_smoothing` config option only applies to `nengo.LIF` neurons, not to `nengo.LIFRate` neurons. It would make sense for it to apply to both.
Similar to #321, but simpler (no for loop trying different sizes), and does idle power measurement. TODO: - [ ] Add a bit more description to example (comments, etc.). Probably...
This is a rate neuron type to train deep networks for Loihi using Nengo or NengoDL. Since it is a rate neuron type, it must ultimitely be swapped for ``LoihiSpikingRectifiedLinear``...
This contains a script I wrote for testing the new allocators that reduce inter-chip communication. We actually don't have any examples of doing power measurement right now, and it's something...
This supports input from a live DVS camera. It is an update of #235, and is based of #306. I've tested the `use_cores` flag, which uses Loihi cores to route...
This is to document a bug we were getting in the `parallel_ensemble.py` benchmark. The first step is probably to copy the `parallel_ensemble.py` benchmark from here to master, to see if...
Adjust `allclose` test tolerances to get more Nengo core tests running. TODO: - [ ] Go through the blacklist of Nengo tests and see if any now pass, or if...
Subtracting the voltage threshold from the membrane voltage instead of setting it to zero after a spike provides more accurate tuning curves (solves the aliasing problem). However, this is not...
Was looking into this briefly to get a time estimate for Dan, and found a couple bugs. Also made some notes on what we'd need to do to add full...
This PR makes a number of changes that speed up superhost chip communication: - Use a host snip that communicates to the superhost via a socket (faster than RPC). -...