Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SageMaker Debugger doesn't use 'save_interval' when collection is 'all' #335

Open
vandanavk opened this issue Aug 20, 2020 · 1 comment
Open

Comments

@vandanavk
Copy link
Contributor

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.

@zhimin-z
Copy link

zhimin-z commented Feb 2, 2023

Would you mind clarifying your question?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants