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

Problem with CheckpointConfig s3uri in Tensorflow estimator

Abierto
#86 1 comentario 0 reacciones 0 asignados Ver en GitHub
bug
Lenguaje dominante
Python
Estrellas
299
Forks
84
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Comienza rastreando checkpoint_s3_uri del TensorFlow estimator hasta el JSON de Step Functions generado, centrándote en CheckpointConfig y su campo S3Uri. Se considera terminado cuando la definición generada por el estimator incluye los CheckpointConfig y S3Uri esperados, de modo que el trabajo de entrenamiento funcione sin modificaciones manuales en la consola.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
aws, python, tensorflow
Área
cloud, machine-learning
Tipo de issue
Error
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.