notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

PatchTSTMixer fix

Open henryennis opened this issue 1 year ago • 4 comments
trafficstars

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 avatar Jan 27 '24 12:01 henryennis

#475

henryennis avatar Jan 27 '24 12:01 henryennis

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

kashif avatar Jan 27 '24 16:01 kashif

Sure, no problem.

henryennis avatar Jan 28 '24 04:01 henryennis

@kashif blog

henryennis avatar Jan 28 '24 12:01 henryennis