Hello,
https://github.com/zbwxp/SegVit/blob/85616388cd8983e2d4daafd971540b210e956666/configs/_base_/models/seg_vit-b16.py#L24C9-L24C23
I found that you set
with_cls_token=False.
Is this means that ViT encoder in your model do not use class token, and use it for the decoder(ATM)?
Hello,
https://github.com/zbwxp/SegVit/blob/85616388cd8983e2d4daafd971540b210e956666/configs/_base_/models/seg_vit-b16.py#L24C9-L24C23
I found that you set
with_cls_token=False.
Is this means that ViT encoder in your model do not use class token, and use it for the decoder(ATM)?