ValueError: Input 0 is incompatible with layer sequential: expected shape=(None, None, 1), found...

【python报错】 ValueError: Input 0 is incompatible with layer sequential: expected shape=(None, None, 1), found shape=[None, 1, 3] 报错代码: look_back=3 model.add(LSTM(32,input_shape=(look_back,1),return_sequ
相关文章
相关标签/搜索