FluentSpeechCommands¶
- class torchaudio.datasets.FluentSpeechCommands(root: Union[str, Path], subset: str = 'train')[source]¶
Fluent Speech Commands [Lugosch 等, 2019] 数据集
- 参数:
root (str 或 Path) – 数据集所在的目录路径。
subset (str, 可选) – 要使用的数据集的子集。选项:[
"train"
,"valid"
,"test"
]。(默认值:"train"
)