PaddleX icon indicating copy to clipboard operation
PaddleX copied to clipboard

PaddleX时序预测,怎么修改输入和输出序列长度

Open zxt6174 opened this issue 6 months ago • 1 comments
trafficstars

使用官方提供的模型进行推理,怎么修改输入输出序列的长度,yaml中的文件只能是输入96,输出96,修改就会报错,

zxt6174 avatar May 19 '25 06:05 zxt6174

您好 如果是直接推理 无法修改,因为模型和长度是固定的。可以通过配置文件进行训练,修改这里的input_len和predict_len即可https://github.com/PaddlePaddle/PaddleX/blob/336ec3892cf488a64377a5dc429be4b2ab6f0166/paddlex/configs/modules/ts_forecast/DLinear.yaml#L21

Sunting78 avatar May 21 '25 03:05 Sunting78

The issue has no response for a long time and will be closed. You can reopen or new another issue if are still confused.


From Bot

TingquanGao avatar Jun 21 '25 12:06 TingquanGao