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