PaddleX
PaddleX copied to clipboard
PaddleX时序预测,怎么修改输入和输出序列长度
trafficstars
使用官方提供的模型进行推理,怎么修改输入输出序列的长度,yaml中的文件只能是输入96,输出96,修改就会报错,
您好 如果是直接推理 无法修改,因为模型和长度是固定的。可以通过配置文件进行训练,修改这里的input_len和predict_len即可https://github.com/PaddlePaddle/PaddleX/blob/336ec3892cf488a64377a5dc429be4b2ab6f0166/paddlex/configs/modules/ts_forecast/DLinear.yaml#L21
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