DeepSpeed icon indicating copy to clipboard operation
DeepSpeed copied to clipboard

Fixes `AttributeError` in #2853

Open saforem2 opened this issue 2 years ago • 1 comments

Updates deepspeed/monitor/monitor.py to instantiate objects with correct configs

Specifically, fixes issue when trying to use W&B

  File "/soft/datascience/conda/2023-01-10/mconda3/lib/python3.10/site-packages/deepspeed/monitor/wandb.py", line 14, in __init__
    self.group = wandb_config.group
AttributeError: 'CSVConfig' object has no attribute 'group'

Relevant issue: https://github.com/microsoft/DeepSpeed/issues/2853

saforem2 avatar Feb 18 '23 20:02 saforem2

@awan-10 @jeffra would it be possible to get a review on this

(should pass + be straightforward)

saforem2 avatar Feb 20 '23 20:02 saforem2