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
Hi, is there any way to generate the output attention maps of model.transformer.decoder.layers[i].cross_attn layer? when I follow the referenced functions, I finally get stuck in MSDA.ms_deform_attn_forward function in the forward method of the MSDeformAttnFunction class which is located at ./models/ops/functions/ms_deform_attn_func.py file, and I couldn't find any argument to set True to get the attention map in output.
Hi, is there any way to generate the output attention maps of
model.transformer.decoder.layers[i].cross_attn
layer? when I follow the referenced functions, I finally get stuck inMSDA.ms_deform_attn_forward
function in the forward method of theMSDeformAttnFunction
class which is located at./models/ops/functions/ms_deform_attn_func.py
file, and I couldn't find any argument to set True to get the attention map in output.The text was updated successfully, but these errors were encountered: