Skip to content

Commit

Permalink
Removing unnecessary lines (#11408)
Browse files Browse the repository at this point in the history
Signed-off-by: Nune <[email protected]>
  • Loading branch information
nune-tadevosyan authored Nov 28, 2024
1 parent 09e9bbc commit 2a6d144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nemo/collections/asr/data/audio_to_text_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,6 @@ def write_on_batch_end(
item["audio_filepath"] = sample.recording.sources[0].source
else:
item["audio_filepath"] = sample.id
item["audio_filepath"] = sample.recording.sources[0].source
item["offset"] = sample.start
item["duration"] = sample.duration
item["text"] = sample.supervisions[0].text or ''
Expand Down

0 comments on commit 2a6d144

Please sign in to comment.