Skip to content

Commit e29b35f

Browse files
nune-tadevosyanXuesongYang
authored andcommitted
Removing unnecessary lines (NVIDIA-NeMo#11408)
Signed-off-by: Nune <ntadevosyan@nvidia.com>
1 parent b4ebc9e commit e29b35f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nemo/collections/asr/data/audio_to_text_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@ def write_on_batch_end(
871871
item["audio_filepath"] = sample.recording.sources[0].source
872872
else:
873873
item["audio_filepath"] = sample.id
874-
item["audio_filepath"] = sample.recording.sources[0].source
875874
item["offset"] = sample.start
876875
item["duration"] = sample.duration
877876
item["text"] = sample.supervisions[0].text or ''

0 commit comments

Comments
 (0)