ValueError:预期lstm_1_input具有3个维度,但数组的形状为(1,1)

时间:2019-05-09 23:53:21

标签: python machine-learning

我正在关注this tutorial,并且正在尝试使用该模型进行预测。我想给模型一个价格,然后接收是否购买(1或0)的输出。

这是我尝试过的:

print(model.predict([6120]))

我得到了这个错误:

ValueError: Error when checking input: expected lstm_1_input to have 3 dimensions, but got array with shape (1, 1)

0 个答案:

没有答案