med-seg-diff-pytorch icon indicating copy to clipboard operation
med-seg-diff-pytorch copied to clipboard

Accelerate

Open smallboy-code opened this issue 1 year ago • 1 comments

AttributeError when running MedSegDiff code: 'Accelerator' object has no attribute 'trackers' However, there is a trackers definition in the accelerator file. accelerator config does not work with 4 Gpus. It works with 1 GPU.

eror

smallboy-code avatar Dec 03 '23 08:12 smallboy-code

@smallboy-code could you try updating to the latest accelerate library? pip install -U accelerate

lucidrains avatar Dec 03 '23 14:12 lucidrains