aws / aws/aws-step-functions-data-science-sdk-python
Problem with CheckpointConfig s3uri in Tensorflow estimator
- Langage dominant
- Python
- Étoiles
- 299
- Forks
- 84
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par suivre checkpoint_s3_uri du TensorFlow estimator jusqu'au JSON Step Functions généré, en vous concentrant sur CheckpointConfig et son champ S3Uri. C'est terminé lorsque la définition générée par l'estimator inclut les CheckpointConfig et S3Uri attendus, afin que le job d'entraînement fonctionne sans modifications manuelles dans la console.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- aws, python, tensorflow
- Domaine
- cloud, machine-learning
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100