nengo / nengo-dl

Deep learning integration for Nengo
https://www.nengo.ai/nengo-dl
Other
88 stars 22 forks source link

Add Keras->Nengo conversion tool #110

Closed drasmuss closed 4 years ago

drasmuss commented 4 years ago

Adds nengo_dl.Converter, for automatically converting Keras models to native Nengo networks.

This also drops support for Nengo 2.8.

drasmuss commented 4 years ago

Fixups added, https://github.com/nengo/nengo-dl/pull/110/commits/9c03e8416fe826a54eff657242928f6562fd8d76 and https://github.com/nengo/nengo-dl/pull/110/commits/013bbddabdb35f1d1cf03e6409753b98471b3170 are the new commits.