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(
"--model-name",
type=str,
default=30,
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.""",
default="",
)
parser.add_argument(