Skip to content

Commit a7df3e0

Browse files
committed
Merge branch 'main' of https://github.com/NVIDIA/NeMo into main
2 parents 58880f9 + 71dd57a commit a7df3e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nemo/collections/asr/parts/perturb.py

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def __init__(self, manifest_path=None, rng=None, audio_tar_filepaths=None, shuff
278278
self._audiodataset = None
279279
self._tarred_audio = False
280280
self._shift_impulse = shift_impulse
281+
self._data_iterator = None
281282

282283
if audio_tar_filepaths:
283284
self._tarred_audio = True

0 commit comments

Comments
 (0)