Skip to content

Commit

Permalink
Merge pull request TensorSpeech#742 from hertz-pj/japenese
Browse files Browse the repository at this point in the history
Support Japenese TTS, and fix some bug.
  • Loading branch information
dathudeptrai authored Feb 10, 2022
2 parents 05b059e + d0e7d72 commit ab6efe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_tts/configs/fastspeech.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(
self.vocab_size = len(bk_symbols)
elif dataset == "libritts":
self.vocab_size = len(lbri_symbols)
elif dataset == "jsut_symbols":
elif dataset == "jsut":
self.vocab_size = len(jsut_symbols)
else:
raise ValueError("No such dataset: {}".format(dataset))
Expand Down

0 comments on commit ab6efe4

Please sign in to comment.