如何从张量流估计器中提取预测值

时间:2019-04-03 02:01:28

标签: python tensorflow

我从TensorFlow获得了如下预测结果:

<application
    android:name="android.support.multidex.MultiDexApplication" >
</application>

我需要提取预测值,因此最终结果如下:

[{'predictions': array([0.00652811], dtype=float32)}, {'predictions': array([0.00553418], dtype=float32)}, {'predictions': array([0.00605841], dtype=float32)}]

如何使用python解决此问题?

0 个答案:

没有答案