markdown 从TF模型到TFLITE

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 从TF模型到TFLITE相关的知识,希望对你有一定的参考价值。

# Tensorflow to Tensorflow-lite conversion

Using directly the console app:

```
$ tflite_convert --output_file=test.tflite --graph_def_file=frozen_model.pb --input_arrays=input --output_arrays=embeddings
```

## How to manage not supported layers

以上是关于markdown 从TF模型到TFLITE的主要内容,如果未能解决你的问题,请参考以下文章

无法将 Keras 模型转换为 tflite

Tensor Flow PB文件量化到TFLITE

Tf Lite 模型图像分类打印标签

如何使用tf训练好的模型

Tensoflow目标检测实战训练模型转换至tflite并部署

Tensoflow目标检测实战训练模型转换至tflite并部署