Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

model_resnet18

ResNet-18 Model Architecture


Description

ResNet-18 model architecture from Deep Residual Learning for Image Recognition

Usage

model_resnet18(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 resnet model.

See Also

Other models: model_alexnet()


torchvision

Models, Datasets and Transformations for Images

v0.3.0
MIT + file LICENSE
Authors
Daniel Falbel [aut, cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.