-
Notifications
You must be signed in to change notification settings - Fork 0
Running the Keyword Detector on Loihi
Chris Eliasmith edited this page Jun 30, 2018
·
2 revisions
This takes you through the steps needed to gather the relevant information and run the keyword detector on Loihi.
Here are figshare URLs that you can use to download the speech data:
-
reference_params.pkl: https://figshare.com/s/94f8ed28f747f11e9170 -
example_data.pkl: https://figshare.com/s/c3aa344145a6cc2d38cc -
test_stream.pkl: https://figshare.com/s/4ca722942b62090f8207
Put all of these files in the same folder as speech_demo.py (likely the examples folder)
Make sure the loihi driver is running and you can connect to the chip. Then,
python speech_demo.pyFor more information on how to set up the model and train it, see here.