from local

This commit is contained in:
dohe0342 2023-03-21 12:01:48 +09:00
parent 636a9d51c2
commit e7338135cc
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -271,6 +271,11 @@ def get_parser():
default=64,
help="left context can be seen during decoding (in frames after subsampling)",
)
parser.add_argument(
"--res-name",
type=str,
)
add_model_arguments(parser)
add_rep_arguments(parser)