Dawie van Lill
06/13/2023, 8:40 PMRuntimeError: einsum(): subscript p has size 2 for operand 1 which does not broadcast with previously seen size 0
. This only happens with the AutoNBEATS and AutoNBEATSx models. Other models run fine. The code that I have for AutoNBEATS worked perfectly fine until about a week ago.Cristian (Nixtla)
06/13/2023, 9:36 PMhorizon=1
? We fixed this issue in a recent Pull Request to the main branch (solving this issue https://github.com/Nixtla/neuralforecast/issues/609). The fix is available installing the library from the main branch. We will make a new release to PyPi next week.Dawie van Lill
06/13/2023, 9:38 PM