squeezenet1_0 {fastai}R Documentation

Squeezenet1_0

Description

SqueezeNet model architecture from the '"SqueezeNet: AlexNet-level

Usage

squeezenet1_0(pretrained = FALSE, progress)

Arguments

pretrained

pretrained or not

progress

to see progress bar or not

Details

accuracy with 50x fewer parameters and <0.5MB model size" <https://arxiv.org/abs/1602.07360>'_ paper.

Value

model


[Package fastai version 2.2.2 Index]