【发布时间】:2022-07-11 09:10:49
【问题描述】:
我在 python 中开发了一个模型并将其导出为 TFLite 格式,但我试图将它集成到我的 Flutter 应用程序中,但都是徒劳的。 pub.dev 上处理 tflite 模型的插件都已弃用,因此无法与 Flutter v2 一起运行。我怎么能克服这个?谢谢。
【问题讨论】:
-
你尝试了哪些软件包?
-
我试过 tflite,但它已弃用,它没有更新到颤振 V2
标签: flutter tensorflow tensorflow-lite