Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input features of the first layer #20

Open
dara1400 opened this issue May 27, 2024 · 1 comment
Open

Input features of the first layer #20

dara1400 opened this issue May 27, 2024 · 1 comment

Comments

@dara1400
Copy link

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?

@dara1400
Copy link
Author

I understand that the model always use 512 previous data to predict new point.
Can this be changed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant