from local

This commit is contained in:
dohe0342 2023-05-26 11:53:21 +09:00
parent fc53b1bc09
commit de7304133a
2 changed files with 5 additions and 0 deletions

View File

@ -275,6 +275,11 @@ def get_parser():
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)