cmuarctic_dataset {torchaudio} | R Documentation |
CMU Arctic Dataset
Description
Create a Dataset for CMU_ARCTIC.
Usage
cmuarctic_dataset(
root,
url = "aew",
folder_in_archive = "ARCTIC",
download = FALSE
)
Arguments
root |
(str): Path to the directory where the dataset is found or downloaded. |
url |
(str, optional): The URL to download the dataset from or the type of the dataset to dowload.
(default: |
folder_in_archive |
(str, optional): The top-level directory of the dataset. (default: |
download |
(bool, optional): Whether to download the dataset if it is not found at root path. (default: |
Value
a torch::dataset()
[Package torchaudio version 0.3.1 Index]