from local

This commit is contained in:
dohe0342 2023-03-30 00:15:59 +09:00
parent adddb0c665
commit 018c194952
3 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ def get_parser():
parser.add_argument(
"--average-period",
type=int,
default=200,
default=10,
help="""Update the averaged model, namely `model_avg`, after processing
this number of batches. `model_avg` is a separate version of model,
in which each floating-point parameter is the average of all the