yuqinie98 / PatchTST

An offical implementation of PatchTST: "A Time Series is Worth 64 Words: Long-term Forecasting with Transformers." (ICLR 2023) https://arxiv.org/abs/2211.14730
Apache License 2.0
1.38k stars 248 forks source link

fix 'tsfm.src' with 'src' #5

Closed g0bel1n closed 1 year ago

g0bel1n commented 1 year ago

Hi, in PatchTST_self_supervised/src/callback/transforms.py there is a

from tsfm.src.models.layers.revin import RevIN

that I think should be

from src.models.layers.revin import RevIN

Thanks, great repo !

namctin commented 1 year ago

Thank you for spotting that.