why autoformerv2 config so regular?
thanks for release the config of autoformerv2! But i have some question about the config. The searched config is so regular. It looks the real searching param is DEPTHS stage3(S3-B is 30) and windows size list (7 and 14). NUM_HEADS、 EMBED_DIM、MLP_RATIO is same as the origin swin-tiny config. Why config is so regular? Is it means there is one postprocess after searching the autoformerv2 network? I did not see any description in autoformerv2 paper

https://github.com/microsoft/Cream/blob/main/AutoFormerV2/configs/S3-B.yaml
https://github.com/microsoft/Cream/blob/main/AutoFormer/experiments/subnet/AutoFormer-B.yaml autoformer vit subnet config is more looks like a searched config