Skip to content

Commit

Permalink
Fix failure of ljspeech's get_data.py
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Dong <[email protected]>
  • Loading branch information
RobinDong committed Sep 18, 2023
1 parent 03465b0 commit a91963b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dataset_processing/tts/ljspeech/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def get_args():
parser.add_argument(
'--whitelist-path',
type=str,
default="lj_speech.tsv extracted from the readme file in the dataset. You can also download the file from https://github.com/NVIDIA/NeMo-text-processing/blob/main/nemo_text_processing/text_normalization/en/data/whitelist/lj_speech.tsv",
default=None,
help="lj_speech.tsv extracted from the readme file in the dataset. You can also download the file from https://github.com/NVIDIA/NeMo-text-processing/blob/main/nemo_text_processing/text_normalization/en/data/whitelist/lj_speech.tsv",
)

args = parser.parse_args()
Expand Down

0 comments on commit a91963b

Please sign in to comment.