alexnet: Alexnet

View source: R/vision_models.R

alexnetR Documentation

Alexnet

Description

AlexNet model architecture

Usage

alexnet(pretrained = FALSE, progress)

Arguments

pretrained

pretrained or not

progress

to see progress bar or not

Details

"One weird trick..." <https://arxiv.org/abs/1404.5997>

Value

model

Examples


## Not run: 

alexnet(pretrained = FALSE, progress = TRUE)


## End(Not run)


fastai documentation built on June 22, 2024, 11:15 a.m.