Skip to content

Commit

Permalink
updated default param
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Oct 12, 2024
1 parent 74a738f commit 7eee6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/libritts/CODEC/encodec/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_parser():
parser.add_argument(
"--save-every-n",
type=int,
default=20,
default=1,
help="""Save checkpoint after processing this number of epochs"
periodically. We save checkpoint to exp-dir/ whenever
params.cur_epoch % save_every_n == 0. The checkpoint filename
Expand Down

0 comments on commit 7eee6b9

Please sign in to comment.