public Inceptionv3 — struct
Inceptionv3(; pretrain = false, nclasses = 1000)
Create an Inception-v3 model (reference).
See also inceptionv3.
Arguments
pretrain: set totrueto load the pre-trained weights for ImageNetnclasses: the number of output classes
Warning
Inceptionv3 does not currently support pretrained weights.