AlexNet model architecture

alexnet(pretrained = FALSE, progress)

Arguments

pretrained

pretrained or not

progress

to see progress bar or not

Value

model

Details

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

Examples


if (FALSE) {

alexnet(pretrained = FALSE, progress = TRUE)

}