mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 08:34:19 +00:00
fixed the default value of otc-token in decode.py
This commit is contained in:
parent
0451ff140f
commit
b8aad7b9f2
@ -68,7 +68,7 @@ def get_parser():
|
|||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--otc-token", type=str, default="▁<star>", help="OTC token",
|
"--otc-token", type=str, default="<star>", help="OTC token",
|
||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user