We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ebc9e commit e29b35fCopy full SHA for e29b35f
nemo/collections/asr/data/audio_to_text_dataset.py
@@ -871,7 +871,6 @@ def write_on_batch_end(
871
item["audio_filepath"] = sample.recording.sources[0].source
872
else:
873
item["audio_filepath"] = sample.id
874
- item["audio_filepath"] = sample.recording.sources[0].source
875
item["offset"] = sample.start
876
item["duration"] = sample.duration
877
item["text"] = sample.supervisions[0].text or ''
0 commit comments