R/models-mobilenetv2.R
model_mobilenet_v2.Rd
Constructs a MobileNetV2 architecture from MobileNetV2: Inverted Residuals and Linear Bottlenecks.
model_mobilenet_v2(pretrained = FALSE, progress = TRUE, ...)
(bool): If TRUE, returns a model pre-trained on ImageNet.
(bool): If TRUE, displays a progress bar of the download to stderr.
Other parameters passed to the model implementation.
Other models:
model_alexnet()
,
model_resnet