- 此问题在此处已有答案**:
Convert list or numpy array of single element to float in python(5个答案)
2天前关闭。
我在Python中使用TensorFlow。使用我的模型进行预测时,我的输入如下:
UberLyft_model.predict(my_UberLyft_encoded)
我得到这个输出:
1/1 [==============================] - 0s 53ms/step
array([[16.11945]], dtype=float32)
但我只想要这个输出:16.11945
1条答案
按热度按时间bq3bfh9z1#
试试看