Skip to content

Commit

Permalink
Update ljspeech.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kalfasyan authored Aug 21, 2018
1 parent daae2d9 commit 67e16fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/ljspeech.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def build_from_path(in_dir, out_dir, num_workers=1, tqdm=lambda x: x):
A list of tuples describing the training examples. This should be written to train.txt
'''

# We use ProcessPoolExecutor to parallize across processes. This is just an optimization and you
# We use ProcessPoolExecutor to parallelize across processes. This is just an optimization and you
# can omit it and just call _process_utterance on each input if you want.
executor = ProcessPoolExecutor(max_workers=num_workers)
futures = []
Expand Down

0 comments on commit 67e16fc

Please sign in to comment.