【问题标题】:How to read the output Tensor (tflite) in android studio如何在android studio中读取输出张量(tflite)
【发布时间】:2021-02-14 07:06:33
【问题描述】:

我可以在 python 中获取形状并读取张量本身,但只能使用获取张量的形状 tflite.getOutputTensor(0).shape() 和 tflite.getInputTensors(0).shape() 在 android tflite 中。我使用读取张量 .get_tensor(nodevalue) 在 python 中,但我应该如何在 android 中执行此操作

My input and output tensors in python

Getting only shapes in android studio

【问题讨论】:

    标签: android tensorflow tensorflow-lite


    【解决方案1】:
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-04-06
    • 2022-01-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-11-05
    相关资源
    最近更新 更多