CMT.pytorch
CMT.pytorch copied to clipboard
CMT Pytorch implementation of our CVPR 2022 paper CMT: Convolutional Neural Networks Meet Vision Transformers (https://arxiv.org/pdf/2107.06263.pdf).
Could you please share the hyper-parameter settings on cifar-10 and cifar-100 datasets? Thanks a lot!
In your paper the last 1x1 conv is behind the avgpooling, but in this implementation the last 1x1 conv is before the avgpooling. Is this a new trick or a...
Hello, may I ask how the code you wrote trains your actual classification when loading the pre trained model? After reading the relevant code you wrote, it was not successfully...
Hello, I was wondering if your work will provide object detection code.