嘉渊
2023-05-12 3faaa2f9c7dc570ba0f3a66937a799abdb7e2530
funasr/datasets/small_datasets/dataset.py
@@ -9,6 +9,7 @@
from typing import Collection
from typing import Dict
from typing import Mapping
from typing import Optional
from typing import Tuple
from typing import Union
@@ -110,7 +111,7 @@
            float_dtype: str = "float32",
            int_dtype: str = "long",
            dest_sample_rate: int = 16000,
            speed_perturb: list = None,
            speed_perturb: Optional[list, tuple] = None,
            mode: str = "train",
    ):
        assert check_argument_types()