We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9353bb2 commit e026bb7Copy full SHA for e026bb7
training/deepspeech_training/util/augmentations.py
@@ -191,7 +191,7 @@ def apply_sample_augmentations(samples,
191
process_ahead : int
192
Number of samples to pre-process ahead of time.
193
clock : float
194
- Start or fixed clock value between 0.0 and 1.0 for the first or all samples. Has to be <= than clock_to.
+ Start or fixed clock value between 0.0 and 1.0 for the first or all samples. Has to be <= than final_clock.
195
final_clock : float
196
Final clock value between 0.0 and 1.0 for the last sample. Has to be >= than clock.
197
Requires samples.__len__ attribute.
0 commit comments