from local

This commit is contained in:
dohe0342 2022-12-20 16:19:11 +09:00
parent 373e0c774d
commit 70cde5b330
2 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,10 @@ def get_parser():
"--model-name",
type=str,
default="",
help="""It specifies the model file name to use for decoding.
Note: Epoch counts from 1.
You can specify --avg to use more checkpoints for model averaging.""",
)
parser.add_argument(