Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/iahispano/applio
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Sep 14, 2024
2 parents c6e1380 + 9c0977c commit e116ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvc/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def run(
if n_gpus > 1 and device.type == "cuda":
net_g = DDP(net_g, device_ids=[rank])
net_d = DDP(net_d, device_ids=[rank])
#else:
# else:
# net_g = DDP(net_g)
# net_d = DDP(net_d)
# Load checkpoint if available
Expand Down

0 comments on commit e116ae3

Please sign in to comment.