xmartlabs / Bender

Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood.
https://xmartlabs.github.io/Bender/
MIT License
1.79k stars 90 forks source link

Added BatchNorm #88

Closed mats-claassen closed 6 years ago

mats-claassen commented 6 years ago

Also added a lot of ops that will be ignored and removed from the graph with their inputs and outputs rewired.

Also added some layers like the old "Concat" (not ConcatV2) which are mapped to similar layers that already exist.

Lastly, concat axis parsing was fixed. Fixes #81

bryant1410 commented 6 years ago

Devil bug around!

let the game begin