TensorFlow Lite 与 Mobile 对比

2019-01-23  本文已影响0人  nonoka

1. TensorFlow Mobile 简介

        TensorFlow Mobile是为Android和iOS等移动平台设计的深度学习解决方案。

Github项目地址

文档地址

2. TensorFlow Lite 与 Mobile 对比

3. 已被Google抛弃

Warning: We expect to deprecate TensorFlow Mobile in early 2019

TensorFlow Lite is our main mobile and embedded offering. We are working hard to close the feature gap between TensorFlow Mobile and TensorFlow Lite. We expect to deprecate TensorFlow Mobile in early 2019. We will give ample notice to our users when we get to that point and will provide help and support to ensure easy migrations.

In the meantime, please use TensorFlow Lite. If you have a feature request, such as a missing op, please post to our GitHub.

4. 选用的原因

5. 使用指南

        在Android Studio中添加依赖:

dependencies {
    compile 'org.tensorflow:tensorflow-android:+'
}
上一篇下一篇

猜你喜欢

热点阅读