Add files via upload

This commit is contained in:
RVC-Boss
2023-04-27 23:34:03 +08:00
committed by GitHub
parent a149107c5a
commit af208d5210
5 changed files with 352 additions and 326 deletions

View File

@@ -45,7 +45,7 @@ global_step = 0
def main():
# n_gpus = torch.cuda.device_count()
os.environ["MASTER_ADDR"] = "localhost"
os.environ["MASTER_PORT"] = "51515"
os.environ["MASTER_PORT"] = "51545"
mp.spawn(
run,