ResNet-18 model architecture from Deep Residual Learning for Image Recognition
model_resnet18(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 resnet model.
Other models:
model_alexnet()