RepMLP icon indicating copy to clipboard operation
RepMLP copied to clipboard

Not all CNN blocks are converted

Open WWEISONG opened this issue 2 years ago • 0 comments

self.conv_embedding = conv_bn_relu(in_channels, channels[0], kernel_size=patch_size, stride=patch_size, padding=0)

The first embedding layer is still CNN without conversion to MLP finally, have you tried to convert this embedding layer to MLP as well?

WWEISONG avatar May 24 '23 14:05 WWEISONG