Weihao Yu

Results 3 issues of Weihao Yu

Thanks for this wonderful repo. Please add our CVPR 2022 paper on Neural Network Structure Design. Thanks. **MetaFormer is Actually What You Need for Vision** - Paper: https://arxiv.org/abs/2111.11418 - Code:...

Thank you for the wonderful works! I am confused about the training resolution of Dual-ViT. From the code, the training resolution is 224 (see https://github.com/YehLi/ImageNetModel/blob/main/classification/main.py#L59), but from the paper, the...

Hi, I found a bug for the stride values when dt_bias or D is None. When dt_bias or D is None, the stride should be (0, 0) rather 0.