LIBRITTS¶
- class torchaudio.datasets.LIBRITTS(root: Union[str, Path], url: str = 'train-clean-100', folder_in_archive: str = 'LibriTTS', download: bool = False)[source]¶
LibriTTS [Zen et al., 2019] 資料集。
- 引數:
root (str 或 Path) – 資料集所在或將下載到的目錄路徑。
url (str, 可選) – 資料集下載 URL,或要下載的資料集型別。允許的型別值為
"dev-clean","dev-other","test-clean","test-other","train-clean-100","train-clean-360"和"train-other-500"。(預設值:"train-clean-100")folder_in_archive (str, 可選) – 資料集的頂層目錄。(預設值:
"LibriTTS")download (bool, 可選) – 如果在根路徑未找到資料集,是否下載。(預設值:
False)。