private
xception
— function
xception(; inchannels = 3, dropout = 0.0, nclasses = 1000)
Creates an Xception 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.