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,:smallor:largeinchannels: number of channels in the inputactivation: activation function used after the convolutional layersnclasses: number of classes in the output