model_alexnet {torchvision} | R Documentation |
AlexNet Model Architecture
Description
AlexNet model architecture from the One weird trick... paper.
Usage
model_alexnet(pretrained = FALSE, progress = TRUE, ...)
Arguments
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
|
See Also
Other models:
model_mobilenet_v2()
,
model_resnet
[Package torchvision version 0.6.0 Index]