wilile26811249/CMT_CNN-meet-Vision-Transformer

result = x + self.conv2(self.dwconv(self.conv1(x)))

Opened this issue · 0 comments

Isn't The code"result = x + self.conv2(self.dwconv(self.conv1(x)))" in module class IRFFN(nn.Module) of cmt_module.py "result = self.conv2(self.dwconv(self.conv1(x))+self.conv1(x))" according to the paper "CMT: Convolutional Neural Networks Meet Vision Transformers"?