model_mobilenet_v2: Constructs a MobileNetV2 architecture from MobileNetV2:...

View source: R/models-mobilenetv2.R

model_mobilenet_v2R Documentation

Constructs a MobileNetV2 architecture from MobileNetV2: Inverted Residuals and Linear Bottlenecks.

Description

Constructs a MobileNetV2 architecture from MobileNetV2: Inverted Residuals and Linear Bottlenecks.

Usage

model_mobilenet_v2(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 implementation.

See Also

Other models: model_alexnet(), model_inception_v3(), model_resnet, model_vgg


torchvision documentation built on Aug. 8, 2025, 7:27 p.m.