from local

This commit is contained in:
dohe0342 2023-03-13 15:15:46 +09:00
parent a170141911
commit e64d588651
2 changed files with 7 additions and 0 deletions

View File

@ -271,6 +271,13 @@ def get_parser():
default=64,
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_rep_arguments(parser)