We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f921a5 commit eb6db12Copy full SHA for eb6db12
tensorflow_tts/configs/fastspeech.py
@@ -96,7 +96,7 @@ def __init__(
96
self.vocab_size = len(bk_symbols)
97
elif dataset == "libritts":
98
self.vocab_size = len(lbri_symbols)
99
- elif dataset == "jsut_symbols":
+ elif dataset == "jsut":
100
self.vocab_size = len(jsut_symbols)
101
else:
102
raise ValueError("No such dataset: {}".format(dataset))
0 commit comments