sail-sg / metaformer

MetaFormer Baselines for Vision (TPAMI 2024)
https://arxiv.org/abs/2210.13452
Apache License 2.0
416 stars 27 forks source link

Any errors in finetuning scripts? #2

Closed techmonsterwang closed 2 years ago

techmonsterwang commented 2 years ago

Hi weihao, very interesting work.

I wonder whether there is a bug in scripts/caformer/finetune_384.sh?

The resolution should be 384×384, but in the scripts there are no relevant command line parameters indicating resolution such as --input-size or --img-size.

yuweihao commented 2 years ago

@techmonsterwang ,

Many thanks for your report! Another way is to change the model name to "XXX_384" like caformer_s18_384. I have fixed them in the scripts.