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

No graph output when I run "predict.ipynb" #99

Closed esr-zh closed 2 years ago

esr-zh commented 2 years ago

Hello, I am trying to run 'predict.ipynb'

But it gives the following error: image

I have tried setting args.do_predict = True

But prediction is still returning 'NoneType': image

How can I resolve this issue so that the prediction is done as intended.

Zero-coder commented 2 years ago

Hello,thanks for your feedback,I am gonna update this file immediately.

Zero-coder commented 2 years ago

I've updated this "predict.ipynb" file ,please pay attention for updating.

esr-zh commented 2 years ago

Thank you. It's working now.