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