View source: R/models-alexnet.R
model_alexnet | R Documentation |
AlexNet model architecture from the One weird trick... paper.
model_alexnet(pretrained = FALSE, progress = TRUE, ...)
pretrained |
(bool): If TRUE, returns a model pre-trained on ImageNet. |
progress |
(bool): If TRUE, displays a progress bar of the download to stderr. |
... |
other parameters passed to the model intializer. currently only
|
Other models:
model_mobilenet_v2()
,
model_resnet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.