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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ def get_script_args_info(exclude_args=None):
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",
 
298
  "min": 0.0,
299
  "max": 1.0,
300
  "step": 0.01,
301
+ "help": "Percentage of increment search for fast pruning. If unsure just keep it at 0.05 (5%).",
302
  },
303
  {
304
  "name": "--random_seed",