【发布时间】:2019-08-11 06:50:34
【问题描述】:
我从 Custom Vision 下载了一个 tensorflow 模型,并希望在珊瑚 tpu 上运行它。因此,我将其转换为 tensorflow-lite 并应用混合训练后量化(据我所知,这是唯一的方法,因为我无法访问训练数据)。 你可以在这里看到代码:https://colab.research.google.com/drive/1uc2-Yb9Ths6lEPw6ngRpfdLAgBHMxICk 当我尝试为边缘 tpu 编译它时,我得到以下信息:
Edge TPU Compiler version 2.0.258810407
INFO: Initialized TensorFlow Lite runtime.
Invalid model: model.tflite
Model not quantized
知道我的问题可能是什么吗?
【问题讨论】:
标签: tensorflow tensorflow-lite google-coral