microsoft / Cream

This is a collection of our NAS and Vision Transformer work.
MIT License
1.62k stars 220 forks source link

search space of AutoFormer #146

Closed mxjecho closed 1 year ago

mxjecho commented 1 year ago

Hi, I was wondering if 'patch_size/token_num' can be added in the search space of AutoFormer?

wkcn commented 1 year ago

Hi @mxjecho , thanks for your attention to our work!

In AutoFormer, the patch size is a fixed value. The implementation does not support various patch size.

The patch size can be a search dimension.