nengo / nengo-dl

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

Handle data that isn't evenly divisible by minibatch size #116

Closed drasmuss closed 4 years ago

drasmuss commented 4 years ago

Adds the same truncation behaviour as was present in NengoDL < 3.0.

drasmuss commented 4 years ago

Added a temporary fix for the appveyor failure, and made an issue with TensorFlow to track the root issue (https://github.com/tensorflow/tensorflow/issues/35036).