You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the deformable attention, the spatial shapes represented by height (H) and width (W). Why is it necessary to exchange the offset_normalizer to the witdh(W) height(H) order here?
In the deformable attention, the spatial shapes represented by height (H) and width (W). Why is it necessary to exchange the
offset_normalizer
to the witdh(W) height(H) order here?mmcv/mmcv/ops/multi_scale_deform_attn.py
Lines 352 to 353 in c46684c
Originally posted by @Beanocean in #3197
The text was updated successfully, but these errors were encountered: