View source: R/vision_models.R
alexnet | R Documentation |
AlexNet model architecture
alexnet(pretrained = FALSE, progress)
pretrained |
pretrained or not |
progress |
to see progress bar or not |
"One weird trick..." <https://arxiv.org/abs/1404.5997>
model
## Not run:
alexnet(pretrained = FALSE, progress = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.