dqshuai / MetaFormer

A PyTorch implementation of "MetaFormer: A Unified Meta Framework for Fine-Grained Recognition". A reference PyTorch implementation of “CoAtNet: Marrying Convolution and Attention for All Data Sizes”
MIT License
210 stars 36 forks source link

about the checkpoint without meta info #24

Open yyl199655 opened 1 year ago

yyl199655 commented 1 year ago

Do you have a model trained on inat21 without meta, can you provide it to us, thank you

dqshuai commented 1 year ago

hi, In fact, we did not train the model without meta information separately, you can remove the meta module and use it if needed.