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 #475

Merged
merged 2 commits into from
Jan 28, 2024
Merged

PatchTSTMixer fix #475

merged 2 commits into from
Jan 28, 2024

Conversation

henryennis
Copy link
Contributor

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

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@henryennis henryennis mentioned this pull request Jan 27, 2024
@kashif
Copy link
Contributor

kashif commented Jan 28, 2024

blog PR: huggingface/blog#1775

@kashif kashif merged commit 4e17518 into huggingface:main Jan 28, 2024
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

Successfully merging this pull request may close these issues.

2 participants