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.37k stars 248 forks source link

fix: add a guard to avoid creating subprocesses recursively in Mac #57

Closed koseoyoung closed 1 year ago

koseoyoung commented 1 year ago

works on #56 #20 I only added if __name__ == '__main__': to fix this.