Update train_bpe_model.py

This commit is contained in:
jinzr 2023-09-02 01:41:29 +08:00
parent d335152fd2
commit 1715567f57

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():