Error in computing_metrics function (incompatible shapes)

Your model output is incompatible with the validation series. Please ensure that your model produces the correct number of features per timestep at the output layer.

Here are a couple of examples to interpret the output shape:

  1. (10, ): model produces 10 timesteps of output with 1 feature per timestep
  2. (10, 32): model produces 10 timesteps of output with 32 features per timestep.