Skip to content

Commit

Permalink
hide progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
yistLin committed Oct 20, 2020
1 parent 15981e1 commit e3de949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def main(
"n_fft": n_fft,
"n_mels": n_mels,
"f_min": f_min,
"utterances": [future.result() for future in tqdm(futures)],
"utterances": [future.result() for future in tqdm(futures, ncols=0)],
}

with open(save_dir / "metadata.json", "w") as f:
Expand Down

0 comments on commit e3de949

Please sign in to comment.