可以用于TensorFlow Lite到众多Linux为基础的嵌入式设备中的Python运行环境中, 例如 Raspberry Pi and Coral devices with Edge TPU, 还有其他。
1. 安装TensorFlow Lite解释器
To quickly run TensorFlow Lite models with Python, you can install just the TensorFlow Lite interpreter, instead of all TensorFlow packages.
快速运行 TensorFlow Lite 模块,只需要安装 TensorFlow Lite解释器就可以。解释器包含少数全部的TensorFlow包和必须的最小量代码。提供tf.lite.Interpreter
Python类。安装这个小的包,最理想的方式运行.tflite模型,避免安装大量包。
如果你想访问别的Python APIs, 诸如 TensorFlow Lite Converter, 你必须安装 full TensorFlow package.