mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-14 20:42:22 +00:00
removed unused imports
This commit is contained in:
parent
32cdbdfebb
commit
ca3b495c4f
@ -31,7 +31,7 @@ import argparse
|
|||||||
import logging
|
import logging
|
||||||
from concurrent.futures import ThreadPoolExecutor
|
from concurrent.futures import ThreadPoolExecutor
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Dict, List
|
from typing import List
|
||||||
|
|
||||||
import k2
|
import k2
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -28,7 +28,6 @@ import torch
|
|||||||
from lhotse import CutSet, Spectrogram, SpectrogramConfig, load_manifest_lazy
|
from lhotse import CutSet, Spectrogram, SpectrogramConfig, load_manifest_lazy
|
||||||
from lhotse.dataset import ( # noqa F401 for PrecomputedFeatures
|
from lhotse.dataset import ( # noqa F401 for PrecomputedFeatures
|
||||||
CutConcatenate,
|
CutConcatenate,
|
||||||
CutMix,
|
|
||||||
DynamicBucketingSampler,
|
DynamicBucketingSampler,
|
||||||
PrecomputedFeatures,
|
PrecomputedFeatures,
|
||||||
SimpleCutSampler,
|
SimpleCutSampler,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user