from local

This commit is contained in:
dohe0342 2023-01-24 16:28:39 +09:00
parent 6d4c3d6165
commit da10455787
2 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def get_parser():
parser.add_argument(
"--group-num",
type=int,
default=77,
default=0,
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.""",