squeezenet1_1 {fastai} | R Documentation |
Squeezenet1_1
Description
SqueezeNet 1.1 model from the 'official SqueezeNet repo
Usage
squeezenet1_1(pretrained = FALSE, progress)
Arguments
pretrained |
pretrained or not |
progress |
to see progress bar or not |
Details
<https://github.com/DeepScale/SqueezeNet/tree/master/SqueezeNet_v1.1>'_. SqueezeNet 1.1 has 2.4x less computation and slightly fewer parameters than SqueezeNet 1.0, without sacrificing accuracy.
Value
model
[Package fastai version 2.2.2 Index]