aws / aws/aws-step-functions-data-science-sdk-python

Hyperparameter are not getting picked up during `execute` in `stepfunctions.template.pipeline.train.TrainingPipeline`

未关闭
#65 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
299
派生
84
PR 合并指标
30 天内没有已合并 PR

描述

The hyperparameter set through `stepfunctions.template.pipeline.train.TrainingPipeline.execute(job_name=None, hyperparameters=None)` are not picked up during execution for DeepAR. Instead hyperparameters need to be set using `estimator.set_hyperparameters(**hyperparameters)` before `estimator` is passed as argument while instantiating ` stepfunctions.template.pipeline.train.TrainingPipeline(estimator, role, inputs, s3_bucket)`

贡献指南

打开贡献指南

调研方向

从 TrainingPipeline.execute(job_name=None, hyperparameters=None) 开始,跟踪 estimator 如何传入 pipeline,以及如何为 DeepAR 调用它。将 execute 提供的值与 estimator.set_hyperparameters(**hyperparameters) 进行比较;当传递给 execute 的 hyperparameters 在 DeepAR 执行期间被使用时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
aws, python
领域
cloud, machine-learning
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
38/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。