alexnet {fastai}R 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)


[Package fastai version 2.2.2 Index]