Skip to content

Commit 47c2f45

Browse files
clean up
Signed-off-by: lilithgrigoryan <lgrigoryan@nvidia.com>
1 parent f9aceee commit 47c2f45

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nemo/collections/asr/parts/mixins/transcription.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,6 @@ def transcribe(
273273
if results is None:
274274
results = []
275275

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
282276
results.extend(processed_outputs)
283277

284278
elif isinstance(processed_outputs, dict):

0 commit comments

Comments
 (0)