thuml / Autoformer

About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
MIT License
2k stars 429 forks source link

逆标准化输出 #95

Closed zxc262403 closed 2 years ago

zxc262403 commented 2 years ago

请问一下,训练模型的时候,输出结果储存为npy文件的时候如何逆标准化输出呢?

hsuxiang commented 2 years ago

同问,用经过scale的数据训练完一个模型之后,在做predict的时候需要对predict数据集进行scale吗?以及,模型得到的预测结果怎么反scale?

wuhaixu2016 commented 2 years ago

Hi, you may find this issue useful: https://github.com/thuml/Autoformer/issues/6