【发布时间】:2020-10-11 20:33:21
【问题描述】:
我正在尝试使用 Sagemaker Neo 为 imx8qm 编译 TFLite 对象检测模型。我提供了一个 .tflite 文件并像这样指定输入配置:{"input":[1, 300, 300, 3]}
但是编译失败并出现以下错误:
ClientError: InputConfiguration: Framework cannot load TFLite model. Unable to infer tensor data type for all inputs/outputs: Please specify all input layers in data_shape.
如何解决这个问题?
【问题讨论】:
标签: amazon-web-services tensorflow amazon-sagemaker