SyntaSpeech icon indicating copy to clipboard operation
SyntaSpeech copied to clipboard

Problem with DDP

Open zhazl opened this issue 2 years ago • 1 comments

Hello, I have experimented on your excellent job with this repo. But I found the ddp is not effective. I wonder if the way I used is wrong?

CUDA_VISIBLE_DEVICES=0,1,2 python -m torch.distributed.launch --nproc_per_node 3 tasks/run.py --config //fs.yaml --exp_name fs_test_demo --reset

zhazl avatar Dec 20 '22 10:12 zhazl