Hello
I am facing this error when running the computing_metrics function:
InvalidArgumentError: Incompatible shapes: [361,32] vs. [361] [Op:SquaredDifference]
The function receives this parameters:
mse, mae = compute_metrics(series_valid, rnn_forecast)
It seems “series_valid” and “rnn_forecas” are not having the same shape, but I don`t really understand why. I have not touched the definition of those functions in the notebook.
Thanks,
Boris Martínez