We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9aceee commit 47c2f45Copy full SHA for 47c2f45
nemo/collections/asr/parts/mixins/transcription.py
@@ -273,12 +273,6 @@ def transcribe(
273
if results is None:
274
results = []
275
276
- # # if list of inner list of results, copy structure
277
- # if isinstance(processed_outputs[0], list):
278
- # for _ in processed_outputs:
279
- # results.append([])
280
-
281
- # If flat list structure
282
results.extend(processed_outputs)
283
284
elif isinstance(processed_outputs, dict):
0 commit comments