mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 08:34:19 +00:00
Update train_bpe_model.py
This commit is contained in:
parent
c61b3ac914
commit
098a70428d
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user