Update hyperparams.yaml
Browse files- hyperparams.yaml +12 -31
hyperparams.yaml
CHANGED
@@ -63,37 +63,18 @@ use_rand_shift: false
|
|
63 |
min_shift: -8000
|
64 |
max_shift: 8000
|
65 |
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
drop_freq: !new:speechbrain.augment.time_domain.DropFreq
|
80 |
-
drop_freq_low: 0
|
81 |
-
drop_freq_high: 1
|
82 |
-
drop_freq_count_low: 1
|
83 |
-
drop_freq_count_high: 3
|
84 |
-
drop_freq_width: 0.05
|
85 |
-
|
86 |
-
# Time drop: randomly drops a number of temporal chunks.
|
87 |
-
drop_chunk_count_low: 1 # Min number of audio chunks to drop
|
88 |
-
drop_chunk_count_high: 5 # Max number of audio chunks to drop
|
89 |
-
drop_chunk_length_low: 1000 # Min length of audio chunks to drop
|
90 |
-
drop_chunk_length_high: 2000 # Max length of audio chunks to drop
|
91 |
-
|
92 |
-
drop_chunk: !new:speechbrain.augment.time_domain.DropChunk
|
93 |
-
drop_length_low: 1000
|
94 |
-
drop_length_high: 2000
|
95 |
-
drop_count_low: 1
|
96 |
-
drop_count_high: 5
|
97 |
|
98 |
# loss thresholding -- this thresholds the training loss
|
99 |
threshold_byloss: true
|
|
|
63 |
min_shift: -8000
|
64 |
max_shift: 8000
|
65 |
|
66 |
+
speedperturb: !new:speechbrain.lobes.augment.TimeDomainSpecAugment
|
67 |
+
perturb_prob: 1.0
|
68 |
+
drop_freq_prob: 0.0
|
69 |
+
drop_chunk_prob: 0.0
|
70 |
+
sample_rate: 8000
|
71 |
+
speeds: [95, 100, 105]
|
72 |
+
|
73 |
+
wavedrop: !new:speechbrain.lobes.augment.TimeDomainSpecAugment
|
74 |
+
perturb_prob: 0.0
|
75 |
+
drop_freq_prob: 1.0
|
76 |
+
drop_chunk_prob: 1.0
|
77 |
+
sample_rate: 48000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
# loss thresholding -- this thresholds the training loss
|
80 |
threshold_byloss: true
|