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

Problem with CheckpointConfig s3uri in Tensorflow estimator

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

描述

Values from estimator not passing to the step function definition (JSON). Had to manually set it in json by editing the step function from console to make the training job work.

` "CheckpointConfig": {
"S3Uri": "s3://bucket_name/location/for/checkpoint/"
},`
S3Uri is taken from `checkpoint_s3_uri` right? but in my case this is not working. `CheckpointConfig `dictionary is not generated.

Thank you for taking a look at it.

贡献指南

打开贡献指南

调研方向

首先跟踪 TensorFlow estimator 的 checkpoint_s3_uri,直到生成的 Step Functions JSON,重点检查 CheckpointConfig 及其 S3Uri 字段。完成的标准是 estimator 生成的定义包含预期的 CheckpointConfig 和 S3Uri,从而使训练作业无需在控制台中手动编辑即可运行。

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

评估

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

把新 issue 发到你的邮箱

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