FidoProject / Fido

A lightweight C++ machine learning library for embedded electronics and robotics.
http://fidoproject.github.io/
MIT License
439 stars 81 forks source link

API dealing with TensorFLow's models ? #48

Closed dorje closed 8 years ago

dorje commented 8 years ago

Hi guys, I am trying to apply TensorFlow trained models to embedded systems, say, Raspberry Pi, or even much less power boards with no OS.

So, have you ever thought to develop something can use models of TensofFlow on very tiny devices?

Cheers, Dorje

truell20 commented 8 years ago

We don't currently plan on integrating with TensorFlow models. Having a repository of trained models is something to consider in the future.