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