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

Problem with CheckpointConfig s3uri in Tensorflow estimator

Aperta
#86 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Python
Stelle
299
Fork
84
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Inizia tracciando checkpoint_s3_uri del TensorFlow estimator fino al JSON di Step Functions generato, concentrandoti su CheckpointConfig e sul relativo campo S3Uri. Il lavoro è completato quando la definizione generata dall'estimator include i CheckpointConfig e S3Uri previsti, così che il job di training funzioni senza modifiche manuali nella console.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
aws, python, tensorflow
Ambito
cloud, machine-learning
Tipo di issue
Bug
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.