View source: R/models-inception.R
| model_inception_v3 | R Documentation |
Architecture from Rethinking the Inception Architecture for Computer Vision The required minimum input size of the model is 75x75.
model_inception_v3(pretrained = FALSE, progress = TRUE, ...)
pretrained |
(bool): If |
progress |
(bool): If |
... |
Used to pass keyword arguments to the Inception module:
|
Important: In contrast to the other models the inception_v3 expects tensors with a size of N x 3 x 299 x 299, so ensure your images are sized accordingly.
Other classification_model:
model_alexnet(),
model_convnext,
model_efficientnet,
model_efficientnet_v2,
model_facenet,
model_maxvit(),
model_mobilenet_v2(),
model_mobilenet_v3,
model_resnet,
model_vgg,
model_vit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.