Skip to content

Commit 9e73964

Browse files
Changed log_every_iters to 10 to stay consistent with defaut_config (#299)
1 parent c081ac7 commit 9e73964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metadata/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"name": "log_every_iters",
125125
"type": "number",
126126
"description": "Logging interval for training statistics",
127-
"default": 2
127+
"default": 10
128128
},
129129
"logger": {
130130
"name": "logger",

0 commit comments

Comments
 (0)