from local

This commit is contained in:
dohe0342 2022-12-20 16:18:33 +09:00
parent 34e9a78be2
commit fee2ef847c
2 changed files with 1 additions and 4 deletions

View File

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