| bird_species_dataset | R Documentation | 
Downloads and prepares the 450 bird species dataset found on Kaggle. The dataset description, license, etc can be found here.
bird_species_dataset(root, split = "train", download = FALSE, ...)
| root | path to the data location | 
| split | train, test or valid | 
| download | wether to download or not | 
| ... | other arguments passed to  | 
A torch::dataset() ready to be used with dataloaders.
if (torch::torch_is_installed() && FALSE) {
birds <- bird_species_dataset("./data", token = "path/to/kaggle.json",
                              download = TRUE)
length(birds)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.