Skip to content

Commit

Permalink
Online audio augmentation notebook in ASR examples (#605)
Browse files Browse the repository at this point in the history
* Add online data augmentation notebook

Signed-off-by: smajumdar <[email protected]>

* Update CHANGELOG.md

Signed-off-by: smajumdar <[email protected]>

* Cleanup text

Signed-off-by: smajumdar <[email protected]>

* Clear all outputs to reduce file size

Signed-off-by: smajumdar <[email protected]>

* remove old lines regarding speech commands

Signed-off-by: smajumdar <[email protected]>

* Add documentation to the effects of certain augmentations

Signed-off-by: smajumdar <[email protected]>

* Add new lines after explanation strings

Signed-off-by: smajumdar <[email protected]>
  • Loading branch information
titu1994 authored May 7, 2020
1 parent 33828a9 commit ceee044
Show file tree
Hide file tree
Showing 2 changed files with 1,025 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ To release a new version, please update the changelog as followed:
- Online Data Augmentation for ASR Collection. ([PR #565](https://github.com/NVIDIA/NeMo/pull/565)) - @titu1994
- Speed augmentation on CPU, TimeStretch augmentation on CPU+GPU ([PR #594](https://github.com/NVIDIA/NeMo/pull/565)) - @titu1994
- Added TarredAudioToTextDataLayer, which allows for loading ASR datasets with tarred audio. Existing datasets can be converted with the `convert_to_tarred_audio_dataset.py` script. ([PR #602](https://github.com/NVIDIA/NeMo/pull/602))
- Online audio augmentation notebook in ASR examples ([PR #605](https://github.com/NVIDIA/NeMo/pull/605)) - @titu1994

### Changed

Expand Down
Loading

0 comments on commit ceee044

Please sign in to comment.