from local

This commit is contained in:
dohe0342 2023-03-13 15:16:50 +09:00
parent abafad5859
commit f0e2117bc8
3 changed files with 0 additions and 6 deletions

View File

@ -272,12 +272,6 @@ def get_parser():
help="left context can be seen during decoding (in frames after subsampling)",
)
parser.add_argument(
"--spk-id",
type=int,
default=0,
)
add_model_arguments(parser)
add_rep_arguments(parser)