cheerss / CrossFormer

The official code for the paper: https://openreview.net/forum?id=_PHymLIxuI
MIT License
360 stars 43 forks source link

Can I use this network as my feature extraction network #23

Closed XIAN-XIAN-X closed 5 months ago

XIAN-XIAN-X commented 5 months ago

Since the input resolution of my task weight is not 224, can I still load the imagenet pre-training weights

cheerss commented 5 months ago

Of course, but empirically, finetuning a few epochs with a target resolution would be better.

XIAN-XIAN-X commented 5 months ago

请问假设我的图片分辨率是192640,那么我应该把网络中的self.input_resolution改成192640吗?如果可以这样改的话我加载本文提供的inagenet预训练权重会不会不匹配呢?