LSTM could not broadcast input array from shape (2302,) into shape (1440,)

  Kiến thức lập trình

ValueError Traceback (most recent call last)
Cell In[59], line 114
111 print(len(test_predict))
113 # Assign predictions to the respective plot segments
114 train_predict_plot[look_back:len(train_predict) + look_back, 0] = train_predict[:, 0]
115 test_predict_plot[len(train_predict) + (look_back * 2) + 1:len(scaled_data) – 1, 0] = test_predict[:, 0]
117 plt.figure(figsize=(10, 6))

ValueError: could not broadcast input array from shape (2302,) into shape (1440,)

New contributor

AMIT SINGH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Theme wordpress giá rẻ Theme wordpress giá rẻ Thiết kế website

LEAVE A COMMENT