nengo / nengo-loihi

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

Fixed functools.partial fix in Cifar10 notebook #315

Closed xchoo closed 2 years ago

xchoo commented 3 years ago

Replaced functools.partial call with proper function definitions. Addresses issue #313.

hunse commented 3 years ago

Why?

xchoo commented 3 years ago

Updated description with issue number.

hunse commented 3 years ago

Also now setting the learning phase using the NengoDL method that works with newer TensorFlow.