public
ConvMixer
— struct
ConvMixer(mode::Symbol = :base; inchannels = 3, activation = gelu, nclasses = 1000)
Creates a ConvMixer model. (reference)
Arguments
mode
: the mode of the model, either:base
,:small
or:large
inchannels
: The number of channels in the input. The default value is 3.activation
: activation function used after the convolutional layersnclasses
: number of classes in the output