Skip to content

Commit

Permalink
Remove unused nemo import from manifest file.
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislav Beliaev <stasbelyaev96@gmail.com>
  • Loading branch information
stasbel committed Jan 22, 2020
1 parent 59ba6c9 commit 37d99b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions collections/nemo_asr/nemo_asr/parts/collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def __init__(
*args: Args to pass to `AudioText` constructor.
**kwargs: Kwargs to pass to `AudioText` constructor.
"""

audio_files, durations, texts = [], [], []
for item in manifest.item_iter(manifests_files):
audio_files.append(item['audio_file'])
Expand Down
1 change: 0 additions & 1 deletion collections/nemo_asr/nemo_asr/parts/manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (c) 2019 NVIDIA Corporation
import json
import nemo
from typing import Union, Iterator, Dict, Any, List


Expand Down

0 comments on commit 37d99b2

Please sign in to comment.