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