public
GoogLeNet
— struct
GoogLeNet(; pretrain = false, nclasses = 1000)
Create an Inception-v1 model (commonly referred to as GoogLeNet
)
(reference).
Arguments
pretrain
: set totrue
to load the model with pre-trained weights for ImageNetnclasses
: the number of output classes
Warning
GoogLeNet
does not currently support pretrained weights.
See also googlenet
.