cmuarctic_dataset | R Documentation |
Create a Dataset for CMU_ARCTIC.
cmuarctic_dataset( root, url = "aew", folder_in_archive = "ARCTIC", download = FALSE )
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: |
a torch::dataset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.