Fixes after review.

This commit is contained in:
Fangjun Kuang 2022-03-20 23:30:07 +08:00
parent a1189615f3
commit 3dc34a0a82

View File

@ -213,7 +213,7 @@ def get_parser():
parser.add_argument(
"--keep-last-k",
type=int,
default=10,
default=20,
help="""Only keep this number of checkpoints on disk.
For instance, if it is 3, there are only 3 checkpoints
in the exp-dir with filenames `checkpoint-xxx.pt`.