Sonia Joseph

Results 2 issues of Sonia Joseph

Hi, thanks for writing and maintaining this repo. **This is the error** ``` File "/home/mila/s/sonia.joseph/patch_level_labels/GroundingDINO/groundingdino/models/GroundingDINO/ms_deform_attn.py", line 53, in forward output = _C.ms_deform_attn_forward( RuntimeError: Unknown layout ``` **Full error trace** ```...

**Describe the bug** The layer norm folding is currently only implemented for the default TransformerBlock. If you use BertBlock (the layernorm is after the attention and mlp layers, not before),...

bug
complexity-moderate