【发布时间】:2020-11-01 06:42:52
【问题描述】:
我已经使用 tensorflow 对象检测 API 训练了我的 Effectivedet d0 模型,但无法将 saved_model 转换为 tflite 模型以将其部署在像 jetson nano 或 xavier 这样的边缘设备中。
如何将此特定模型转换为 tflite 版本?(即使有很多博客都使用 SSD 模型进行部署。)
【问题讨论】:
标签: python tensorflow deep-learning object-detection tensorflow-lite