🔥

【Error Handling】 height (64) must be divisible by window (7)

2024/08/04に公開

Error

AssertionError: height (64) must be divisible by window (7)

I got this error when training the machine learning model.

Solution

Check the input size of the model and the actual input size.

Discussion