FateMurphy / CEEMDAN_LSTM

CEEMDAN_LSTM is a Python project for decomposition-integration forecasting models based on EMD methods and LSTM.
MIT License
205 stars 42 forks source link

怎么加载训练好的模型进行后续预测呢? #20

Open HeLloZhengXr opened 7 months ago

HeLloZhengXr commented 7 months ago

您好,想问下训练好的模型imf0_model.h5 imf1_model.h5 imf2_model.h5 已经在我的路径下保存了,我怎么使用这些模型进行下一日的预测呢? 需要输入什么参数呢?

FateMurphy commented 7 months ago

将keras_model的参数改成一个字典{“co-imf1”:“xxx.h5”,“co-imf2”:“xxx.h5”…}

------------------ 原始邮件 ------------------ 发件人: Zheng Xinrong @.> 发送时间: 2023年11月14日 11:36 收件人: FateMurphy/CEEMDAN_LSTM @.> 抄送: Subscribed @.***> 主题: Re: [FateMurphy/CEEMDAN_LSTM] 怎么加载训练好的模型进行后续预测呢? (Issue #20)

您好,想问下训练好的模型imf0_model.h5 imf1_model.h5 imf2_model.h5 已经在我的路径下保存了,我怎么使用这些模型进行下一日的预测呢? 需要输入什么参数呢?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>