mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
a170141911
commit
e64d588651
Binary file not shown.
@ -271,6 +271,13 @@ def get_parser():
|
|||||||
default=64,
|
default=64,
|
||||||
help="left context can be seen during decoding (in frames after subsampling)",
|
help="left context can be seen during decoding (in frames after subsampling)",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--spk-id",
|
||||||
|
type=int,
|
||||||
|
default=64,
|
||||||
|
help="left context can be seen during decoding (in frames after subsampling)",
|
||||||
|
)
|
||||||
|
|
||||||
add_model_arguments(parser)
|
add_model_arguments(parser)
|
||||||
add_rep_arguments(parser)
|
add_rep_arguments(parser)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user