Error In : Faster model forecasts

The graph being shown to me is very different…why is it so…rnn_forecast has shape (361,64) whereas it needed to be (361,)

Further error comes in calculating mse and mae.

print(model.summary()) to answer your question.


Was missing a Dense Layer
Thank you!