KempnerInstitute commited on
Commit
d196260
·
verified ·
1 Parent(s): c11b2ea

Fix gblsr-scalar trained_steps -> 2000 (native matched-budget; was hardcoded 1000000)

Browse files
Files changed (1) hide show
  1. gblsr-scalar/config.json +1 -1
gblsr-scalar/config.json CHANGED
@@ -11,5 +11,5 @@
11
  },
12
  "seed": 0,
13
  "trainable_params": 989955,
14
- "trained_steps": 1000000
15
  }
 
11
  },
12
  "seed": 0,
13
  "trainable_params": 989955,
14
+ "trained_steps": 2000
15
  }