aws / aws/aws-step-functions-data-science-sdk-python
Hyperparameter are not getting picked up during `execute` in `stepfunctions.template.pipeline.train.TrainingPipeline`
- Ngôn ngữ chính
- Python
- Star
- 299
- Fork
- 84
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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)`
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu từ TrainingPipeline.execute(job_name=None, hyperparameters=None) và theo dõi cách estimator được truyền vào pipeline cũng như được gọi cho DeepAR. So sánh các giá trị do execute cung cấp với estimator.set_hyperparameters(**hyperparameters); được xem là hoàn tất khi các hyperparameters được truyền vào execute được sử dụng trong quá trình thực thi DeepAR.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- aws, python
- Lĩnh vực
- cloud, machine-learning
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 38/100