SalesforceAIResearch / uni2ts

Unified Training of Universal Time Series Forecasting Transformers
Apache License 2.0
868 stars 94 forks source link

finetune with fixed context_length and pred_length #75

Open NaNYeYuan opened 4 months ago

NaNYeYuan commented 4 months ago

I am trying to finetune with fixed context_length and pred_length via loading train data with SimpleEvalDatasetBuilder. However, the eval prediction result is extraordinarily large. What's right way to finetune with fixed context_length and pred_length?

NaNYeYuan commented 4 months ago

By the way, how to get prediction result from a raw sequence list?