Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NVIDIA/NeMo into main
Browse files Browse the repository at this point in the history
  • Loading branch information
okuchaiev committed Oct 5, 2020
2 parents 58880f9 + 71dd57a commit a7df3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nemo/collections/asr/parts/perturb.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def __init__(self, manifest_path=None, rng=None, audio_tar_filepaths=None, shuff
self._audiodataset = None
self._tarred_audio = False
self._shift_impulse = shift_impulse
self._data_iterator = None

if audio_tar_filepaths:
self._tarred_audio = True
Expand Down

0 comments on commit a7df3e0

Please sign in to comment.