private inceptionresnetv2 — function
inceptionresnetv2(; inchannels = 3, dropout = 0.0, nclasses = 1000)
Creates an InceptionResNetv2 model. (reference)
Arguments
inchannels: 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.