InvalidArgumentError: required broadcastable shapes [Op:Sub] #313
Answered
by
wanderduck
wanderduck
asked this question in
Q&A
-
I keep getting this error: InvalidArgumentError: required broadcastable shapes [Op:Sub] when trying to evaluate a model with a horizon greater than one. Even with the adjusted evaluate_preds() function, this error still occurs. Can anyone help me figure out a work-around? |
Beta Was this translation helpful? Give feedback.
Answered by
wanderduck
Jan 9, 2022
Replies: 1 comment 3 replies
-
I had to transpose the data to get it to work/ |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
wanderduck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had to transpose the data to get it to work/