Reference: MLFW-2737
This is an issue with a SageMaker python SDK design element, not a particular process.
Problem: The way Sagemaker currently works, I get folders written in my output s3 bucket at different levels, creating a cluttered bucket. I would like to:
Specifics
The result is a cluttered bucket:
bucket/
-project/
- model_1/ (with model files from /opt/ml/model/)
- model_2/
- model_3/
- etc...
- model_1/ (with source/)
- model_2/
- model_3/
- etc...
I can't save the directories with source/ inside project/. Any chance we could get a --module-dir cmd line arg, or another way to modify the SM_MODULE_DIR environment variable?
Hi @drewthayer, thanks for the suggestion. I'll add a backlog item to allow for more control over the output location to avoid creating a cluttered bucket.
Reference: MLFW-2737
Most helpful comment
Hi @drewthayer, thanks for the suggestion. I'll add a backlog item to allow for more control over the output location to avoid creating a cluttered bucket.
Reference: MLFW-2737