awslabs / awslabs/sagemaker-debugger
SageMaker Debugger doesn't use 'save_interval' when collection is 'all'
Open
- Dominant language
- Python
- Stars
- 165
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
```
out_dir = os.path.join(tmpdir, str(uuid.uuid4()))
hook = Hook(out_dir=out_dir, include_collections=['all'])
hook.get_collection("all").save_config = SaveConfig(save_interval=3)
```
The save config set for "all" collection gets set only for "all" instead of applying on all collections.
Contributor guide
Assessment
This issue has not been assessed yet.