public Inceptionv4 — struct
Inceptionv4(; pretrain = false, inchannels = 3, dropout = 0.0, nclasses = 1000)
Creates an Inceptionv4 model. (reference)
Arguments
pretrain: set totrueto load the pre-trained weights for ImageNetinchannels: The number of channels in the input. The default value is 3.dropout: rate of dropout in classifier head.nclasses: the number of output classes.
Warning
Inceptionv4 does not currently support pretrained weights.