nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Install NengoDL neuron builders on neuron init #275

Closed hunse closed 4 years ago

hunse commented 4 years ago

This insures that the NengoDL neuron builders are added even if a nengo_loihi.Simulator has not yet been created (e.g. if they're being used for training in NengoDL first).

Fixes #248.

hunse commented 4 years ago

LGTM!