Hank0626 / PDF

An official implementation of "Periodicity Decoupling Framework for Long-term Series Forecasting" (ICLR 2024)
GNU Affero General Public License v3.0
86 stars 8 forks source link

predict_merge #4

Closed Gongson closed 1 month ago

Gongson commented 1 month ago

Hello,when I use PDF, an error come up here.

How to define the "predict_merge" in model(Autoformer, Informer and Transformer)?

We need to use "Parser" to add the argument — "predict_merge" firstly before using PDF,right?

Hank0626 commented 1 month ago

Yes. If the model has the argument "predict_merge", then the arg parser should add it.

Hank0626 commented 1 month ago

By the way, I recommend you run their official code if you want to obtain the results of other baselines (e.g. Autoformer, Informer, .etc).