Skip to content

Commit 822b098

Browse files
Fix incorrect/unclear sensitivity parameter help string
1 parent ba2e34c commit 822b098

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

precise/scripts/train.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
Number of epochs to train model for
3030
3131
:-s --sensitivity float 0.2
32-
Weighted loss bias. Higher values decrease increase positives
32+
Target sensitivity when training. Higher values cause
33+
more false positives
3334
3435
:-b --batch-size int 5000
3536
Batch size for training

precise/scripts/train_generated.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
random audio that should not cause an activation
3636
3737
:-s --sensitivity float 0.2
38-
Weighted loss bias. Higher values decrease increase positives
38+
Target sensitivity when training. Higher values cause
39+
more false positives
3940
4041
:-sb --save-best
4142
Only save the model each epoch if its stats improve

0 commit comments

Comments
 (0)