private
inceptionv4
— function
inceptionv4(; inchannels = 3, dropout = 0.0, nclasses = 1000)
Create an Inceptionv4 model. (reference)
Arguments
inchannels
: number of input channels.dropout
: rate of dropout in classifier head.nclasses
: the number of output classes.