mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 16:44:20 +00:00
Update train2.py
This commit is contained in:
parent
7c37a8f933
commit
87d71af2ce
@ -257,6 +257,16 @@ def get_parser():
|
|||||||
""",
|
""",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--lang-dir",
|
||||||
|
type=str,
|
||||||
|
default="data/lang_char",
|
||||||
|
help="""The lang dir
|
||||||
|
It contains language related input files such as
|
||||||
|
"lexicon.txt"
|
||||||
|
""",
|
||||||
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--base-lr", type=float, default=0.05, help="The base learning rate."
|
"--base-lr", type=float, default=0.05, help="The base learning rate."
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user