from local

This commit is contained in:
dohe0342 2023-03-13 15:15:50 +09:00
parent e64d588651
commit 2781bfad2f
2 changed files with 1 additions and 2 deletions

View File

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