Developer preview of TensorFlow Lite
developers.googleblog.com
Developer preview of TensorFlow Lite
1–10 of 80 posts
Re: Developer preview of TensorFlow Lite
#2Looking forward to your feedback as you try it out.
Re: Developer preview of TensorFlow Lite
#3TensorFlow Lite is TensorFlow’s lightweight solution for mobile and embedded devices! TensorFlow has always run on many platforms, from racks of servers to tiny devices, but as the adoption of machine learning models has grown over the last few years, so has the need to deploy them on mobile and embedded devices. TensorFlow Lite enables low-latency inference of on-device machine learning models. Looking forward to yo…
Re: Developer preview of TensorFlow Lite
#4TensorFlow Lite is TensorFlow’s lightweight solution for mobile and embedded devices! TensorFlow has always run on many platforms, from racks of servers to tiny devices, but as the adoption of machine learning models has grown over the last few years, so has the need to deploy them on mobile and embedded devices. TensorFlow Lite enables low-latency inference of on-device machine learning models. Looking forward to yo…
What tradeoffs did you make compared to the original?
Re: Developer preview of TensorFlow Lite
#5Re: Developer preview of TensorFlow Lite
#6TensorFlow Lite is TensorFlow’s lightweight solution for mobile and embedded devices! TensorFlow has always run on many platforms, from racks of servers to tiny devices, but as the adoption of machine learning models has grown over the last few years, so has the need to deploy them on mobile and embedded devices. TensorFlow Lite enables low-latency inference of on-device machine learning models. Looking forward to yo…
What tradeoffs did you make compared to the original?
- As mentioned below - flatbuffers makes the startup time faster while trading off some flexibility
- Smaller code size means trading off dependency on some libraries and broader support vs writing more things from scratch more focused on the user cases people care about
Re: Developer preview of TensorFlow Lite
#7Re: Developer preview of TensorFlow Lite
#8Re: Developer preview of TensorFlow Lite
#9Re: Developer preview of TensorFlow Lite
#10TensorFlow Lite is TensorFlow’s lightweight solution for mobile and embedded devices! TensorFlow has always run on many platforms, from racks of servers to tiny devices, but as the adoption of machine learning models has grown over the last few years, so has the need to deploy them on mobile and embedded devices. TensorFlow Lite enables low-latency inference of on-device machine learning models. Looking forward to yo…