xyzforever / BEVT

PyTorch implementation of BEVT (CVPR 2022) https://arxiv.org/abs/2112.01529
Apache License 2.0
157 stars 19 forks source link

About the Softmax #10

Closed RiHY99 closed 1 year ago

RiHY99 commented 1 year ago

Excuse me, but where is the softmax operation on feature \hat{F} which is mentioned in the section 'BEVT decoders' of your paper, I didn't find it in your codes like swin_transformer_bevt.py, bevt_multisource.py or bevt_multisource_head.py.