Skip to content

Commit

Permalink
Merge pull request #3647 from mozilla/ftyers-patch-2
Browse files Browse the repository at this point in the history
Update augmentations.py
  • Loading branch information
lissyx committed May 13, 2021
2 parents 9353bb2 + e026bb7 commit 9e67724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/deepspeech_training/util/augmentations.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def apply_sample_augmentations(samples,
process_ahead : int
Number of samples to pre-process ahead of time.
clock : float
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.
final_clock : float
Final clock value between 0.0 and 1.0 for the last sample. Has to be >= than clock.
Requires samples.__len__ attribute.
Expand Down

0 comments on commit 9e67724

Please sign in to comment.