sagemaker-debugger icon indicating copy to clipboard operation
sagemaker-debugger copied to clipboard

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

Open vandanavk opened this issue 5 years ago • 1 comments

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.

vandanavk avatar Aug 20 '20 20:08 vandanavk

Would you mind clarifying your question?

zhimin-z avatar Feb 02 '23 00:02 zhimin-z