from local

This commit is contained in:
dohe0342 2023-03-14 17:22:18 +09:00
parent 161f6d4869
commit 88b2949397
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ from filter_cuts import filter_cuts
from lhotse import CutSet, Fbank, FbankConfig, LilcomChunkyWriter
from lhotse.recipes.utils import read_manifests_if_cached
from icefall.utils import get_executor
from icefall.utils import get_executor, str2bool
# Torch's multithreaded behavior needs to be disabled or
# it wastes a lot of CPU and slow things down.