timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.91k stars 622 forks source link

It seems something wrong with the implement of PatchTST #907

Open realwangjiahao opened 1 month ago

realwangjiahao commented 1 month ago

Hello!When I am reading your code about PatchTST, you write "self.padding_patch_layer = nn.ReplicationPad1d((stride, 0))". But in the article, the author said they add the same number at the right side.