nengo / nengo-dl

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

Converter improvements #137

Closed hunse closed 4 years ago

hunse commented 4 years ago

Some improvements to get the Keras converter working with my network.

TODO:

drasmuss commented 4 years ago

Just a heads up, you might want to start from this branch https://github.com/nengo/nengo-dl/pull/134, as it has some of the changes you're adding already. It also has a more efficient convolutional bias implementation (I forgot that wasn't in master yet), which would be good to benchmark against the inference_only version to see if there is still an advantage.

hunse commented 4 years ago

I did a quick check of the new bias code in #130 on my network, and it appears to be as fast. I've put my old work in https://github.com/nengo/nengo-dl/tree/converter-hunse-inf-only-bias just in case we want it later, and rebased this onto #134.