hvoss-techfak commited on
Commit
9b2f647
·
verified ·
1 Parent(s): c74e1c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -291,6 +291,15 @@ def get_script_args_info(exclude_args=None):
291
  "precision": 0,
292
  "help": "Number of steps without improvement before stopping",
293
  },
 
 
 
 
 
 
 
 
 
294
  {
295
  "name": "--random_seed",
296
  "type": "number",
 
291
  "precision": 0,
292
  "help": "Number of steps without improvement before stopping",
293
  },
294
+ {
295
+ "name": "--fast_pruning_percent",
296
+ "type": "slider",
297
+ "default": 0.05,
298
+ "min": 0.0,
299
+ "max": 1.0,
300
+ "step": 0.01,
301
+ "help": "Fraction of iterations that the learning rate is increasing (warmup)",
302
+ },
303
  {
304
  "name": "--random_seed",
305
  "type": "number",