Vandana Kannan

Results 3 issues of Vandana Kannan

``` 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...

Observing this at the end of a run of `pytest tests/tensorflow2`. Issue most probably introduced after PR https://github.com/awslabs/sagemaker-debugger/pull/259 ``` --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py",...

As a follow up to PR https://github.com/awslabs/sagemaker-debugger/pull/279, add support for testing Horovod when TF 2.3 is released