You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set Seasonality_reg=40 in the model, there is occur fit error: Subtraction, the '-' operator, with a bool tensor is not support. If you are trying to invert a mask, use the ~ or logical_not() operator instead. When I comment out the Seasonality_reg=40 , it is works.
The text was updated successfully, but these errors were encountered:
When I set
Seasonality_reg=40
in the model, there is occur fit error:Subtraction, the '-' operator, with a bool tensor is not support. If you are trying to invert a mask, use the ~ or logical_not() operator instead
. When I comment out theSeasonality_reg=40
, it is works.The text was updated successfully, but these errors were encountered: