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
相關文章
相關標籤/搜索