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 calling the model, I noticed that the input features of the first layer is 8.
Dose it mean that the model use the 8 previous inputs to predict the next point?
If it is the case, how can I change it?
The text was updated successfully, but these errors were encountered:
Hello
I hope you are doing well.
model = MOMENTPipeline.from_pretrained(
"AutonLab/MOMENT-1-large",
model_kwargs={
"task_name": "forecasting",
"forecast_horizon": 96,
},
)
model.init()
When calling the model, I noticed that the input features of the first layer is 8.
Dose it mean that the model use the 8 previous inputs to predict the next point?
If it is the case, how can I change it?
The text was updated successfully, but these errors were encountered: