Skip to content

Commit

Permalink
Update train_ms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust-minus committed Sep 7, 2023
1 parent 63ea124 commit 1069066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions train_ms.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ def run():
pin_memory=True,
collate_fn=collate_fn,
batch_sampler=train_sampler,
prefetch_factor=4,
) # 128G Memory suitable loader.
) # 0 worker
if rank == 0:
eval_dataset = TextAudioSpeakerLoader(hps.data.validation_files, hps.data)
eval_loader = DataLoader(
Expand Down

0 comments on commit 1069066

Please sign in to comment.