You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the main.py script in only one GPU environment, and the following error occurred ValueError: You selected an invalid accelerator name: accelerator='ddp'. Available names are: cpu, cuda, hpu, ipu, mps, tpu.
Hi,
Should we set the " trainer_config["accelerator"] = "ddp" " part to None while training with only 1 GPU?
The text was updated successfully, but these errors were encountered: