Closed ElliottZhen closed 10 months ago
Hello, is the dim size 64 for the pre-trained model of 384×384 size in image classification?
@Andy1621
Hi, for these models, they use dim=32, you can find the related model shape in run.sh.
dim=32
run.sh
https://github.com/Sense-X/UniFormer/blob/52a0415e4e0dda880fab8ffbc710e4d8e171149d/image_classification/token_labeling/exp/uniformer_small_plus_tl_384/run.sh#L4
I see. Thank you very much
Hello, is the dim size 64 for the pre-trained model of 384×384 size in image classification?