【发布时间】:2019-02-28 17:06:18
【问题描述】:
ValueError Traceback (last last call last) in () ----> 1 prediction = model.predict(image_resized.reshape(1,50,50,3)) 2 print('Prediction Score:\n', prediction[0]) ValueError: 无法将大小为 2352 的数组重新整形为 (1,50,50,3)
【问题讨论】:
-
你想要点什么吗?提供更多信息,具体一点,请查看此页面:*.com/help/how-to-ask
标签: python-3.x tensorflow jupyter-notebook