FluentSpeechCommands¶
- class torchaudio.datasets.FluentSpeechCommands(root: Union[str, Path], subset: str = 'train')[source]¶
Fluent Speech Commands [Lugosch et al., 2019] 資料集
- 參數:
root (str of Path) – 找到資料集的目錄路徑。
subset (str, optional) – 要使用的資料集子集。選項:[
"train"
,"valid"
,"test"
]。 (預設:"train"
)