Skip to content

Commit

Permalink
Add Keras-to-Loihi example
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Hunsberger <eric.hunsberger@appliedbrainresearch.com>
  • Loading branch information
studywolf and hunse committed Apr 20, 2020
1 parent 85a2aaa commit b69c540
Show file tree
Hide file tree
Showing 3 changed files with 752 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -56,6 +56,11 @@ Release history
`new example <https://www.nengo.ai/nengo-loihi/examples/cifar10-convnet.html>`_
showing how to map larger convolutional networks to Loihi (applied to CIFAR-10
dataset). (`#282 <https://github.com/nengo/nengo-loihi/pull/282>`__)
- Added a
`new example <https://www.nengo.ai/nengo-loihi/examples/keras-to-loihi.html>`_
showing how to directly convert a Keras convolutional network to run on Loihi
using the NengoDL Keras Converter.
(`#281 <https://github.com/nengo/nengo-loihi/pull/281>`__)

**Changed**

Expand Down
1 change: 1 addition & 0 deletions docs/examples.rst
Expand Up @@ -20,5 +20,6 @@ We compare performance with Nengo core where appropriate.
examples/keyword-spotting
examples/mnist-convnet
examples/cifar10-convnet
examples/keras-to-loihi
examples/adaptive-motor-control
examples/lmu

0 comments on commit b69c540

Please sign in to comment.