Skip to content

Commit 5f30b94

Browse files
committed
Changed default checkpoint interval from 10 to 100.
1 parent fa1ea6e commit 5f30b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XPointMLTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ def parseCommandLineArgs():
881881
minimum reduction in training loss in orders of magnitude,
882882
set to 0 to disable the check (default: 3)
883883
''')
884-
parser.add_argument('--checkPointFrequency', type=int, default=10,
884+
parser.add_argument('--checkPointFrequency', type=int, default=100,
885885
help='number of epochs between checkpoints')
886886
parser.add_argument('--paramFile', type=Path, default=None,
887887
help='''

0 commit comments

Comments
 (0)