You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
I want to keep training artifacts and tensorboard logs for a training job in the same s3 folder.
How would this feature be used? Please describe.
This feature allows to keep my artifacts and tensorboard logs organized. For instance, I can easily find my logs by a job name.
Describe alternatives you've considered
The only alternative that's coming to my mind is using timestamp in base_job_name. However, the drawback of this approach results in getting unpleasant training job name like base_job_name-<my-timestamp>-<generated-timestamp>
Additional context
The text was updated successfully, but these errors were encountered:
This way user will be able to call .train() multiple times consecutively. If we resolved the full unique training job name once during initialization of ModelTrainer .train() would only be able to get called once
Describe the feature you'd like
I want to keep training artifacts and tensorboard logs for a training job in the same s3 folder.
How would this feature be used? Please describe.
This feature allows to keep my artifacts and tensorboard logs organized. For instance, I can easily find my logs by a job name.
results on s3://:
Describe alternatives you've considered
The only alternative that's coming to my mind is using timestamp in
base_job_name
. However, the drawback of this approach results in getting unpleasant training job name likebase_job_name-<my-timestamp>-<generated-timestamp>
Additional context
The text was updated successfully, but these errors were encountered: