aws / aws/aws-step-functions-data-science-sdk-python
Problem with CheckpointConfig s3uri in Tensorflow estimator
Open
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
Assessment
This issue has not been assessed yet.