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

Add Mobilenet and Inception example #98

Closed mats-claassen closed 6 years ago

mats-claassen commented 6 years ago

Additionally:

mats-claassen commented 6 years ago

useBias is false for other layers as well (like convolution). It is false to be consistent with that but maybe it is the normal case for FullyConnected to useBias.

bryant1410 commented 6 years ago

useBias is false for other layers as well (like convolution). It is false to be consistent with that but maybe it is the normal case for FullyConnected to useBias.

Ok. Maybe we shouldn't do it, as it's a breaking change.