Update train_bpe_model.py

This commit is contained in:
jinzr 2023-09-13 01:39:02 +08:00
parent c61b3ac914
commit 098a70428d

View File

@ -75,7 +75,7 @@ def main():
# If you change it, you should also change other
# places that are using it.
user_defined_symbols += ["[LAUGHTER]", "[NOISE]", "[VOCALIZED-NOISE]"]
user_defined_symbols += ["[LAUGHTER]", "[NOISE]", "[VOCALIZED-NOISE]"]
model_file = Path(model_prefix + ".model")
if not model_file.is_file():