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

PatchTSTMixer fix #474

Open
henryennis opened this issue Jan 27, 2024 · 4 comments
Open

PatchTSTMixer fix #474

henryennis opened this issue Jan 27, 2024 · 4 comments

Comments

@henryennis
Copy link
Contributor

henryennis commented Jan 27, 2024

context_length parameter is not being set resulting in scaling issues when inferencing and training the model.

What does this PR do?
The context_length param of the TimeSeriesPreprocessor is not being set correctly defaulting to a context_length of 64.
The PR fixes patchtstmixer to be able to be inferenced properly when contructing a pipeline using a pretrained TimeSeriesPreprocessor.

I have a fix on my fork of notebooks.

@NielsRogge

@henryennis
Copy link
Contributor Author

#475

@kashif
Copy link
Contributor

kashif commented Jan 27, 2024

can you also add it to the blog? https://github.com/huggingface/blog/

@henryennis
Copy link
Contributor Author

Sure, no problem.

@henryennis
Copy link
Contributor Author

@kashif blog

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

2 participants