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")