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

Problem with CheckpointConfig s3uri in Tensorflow estimator

Open
#86 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
299
Forks
84
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.