Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 9e67724

Browse files
authored
Merge pull request #3647 from mozilla/ftyers-patch-2
Update augmentations.py
2 parents 9353bb2 + e026bb7 commit 9e67724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training/deepspeech_training/util/augmentations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def apply_sample_augmentations(samples,
191191
process_ahead : int
192192
Number of samples to pre-process ahead of time.
193193
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.
194+
Start or fixed clock value between 0.0 and 1.0 for the first or all samples. Has to be <= than final_clock.
195195
final_clock : float
196196
Final clock value between 0.0 and 1.0 for the last sample. Has to be >= than clock.
197197
Requires samples.__len__ attribute.

0 commit comments

Comments
 (0)