mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Update train.py (#635)
Add the missing step to add the arguments to the parser.
This commit is contained in:
parent
499ac24ecb
commit
6709bf1e63
@ -328,6 +328,8 @@ def get_parser():
|
|||||||
help="The probability to select a batch from the GigaSpeech dataset",
|
help="The probability to select a batch from the GigaSpeech dataset",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_model_arguments(parser)
|
||||||
|
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user