BatchFormer icon indicating copy to clipboard operation
BatchFormer copied to clipboard

CVPR2022, BatchFormer: Learning to Explore Sample Relationships for Robust Representation Learning, https://arxiv.org/abs/2203.01522

Results 14 BatchFormer issues
Sort by recently updated
recently updated
newest added

I found the two parameters bboxembed and class_embed of DeformableTransformerDecoder are not set.Can you give me the complete code of DeformableTransformerDecoder? Thank you very much!

Hi! I wonder from which piece of code this result was derived.   | Top-1 | Top-5 -- | -- | -- DeiT-T | 72.2 | 91.1 +BatchFormerV2 | 72.7 |...

Hello, sorry to bother you, I have modified detr according to your BatchFormerv2 code on deformable detr, the parameters are also according to your settings, but the effect does not...

Hi,I know TransformerEncoderLayer(C,4,C,0.5) C 4 C is the d_model n_head and dim_feedforward meaning. and x.unsqueeze(1) becomes N 1 C shape。 Because batch_first is false for transformer,so it will do self...