Skip to content

Commit e026bb7

Browse files
authored
Update augmentations.py
Looks like `clock_to` got changed to `final_clock` but this one was missed.
1 parent 9353bb2 commit e026bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training/deepspeech_training/util/augmentations.py

+1-1
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)