public
InceptionResNetv2
— struct
InceptionResNetv2(; pretrain = false, inchannels = 3, dropout = 0.0, nclasses = 1000)
Creates an InceptionResNetv2 model. (reference)
Arguments
pretrain
: set totrue
to 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
InceptionResNetv2
does not currently support pretrained weights.