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
detrex/projects/focus_detr/modeling/transformer_layer.py", line 337, in forward
select_tgt_index = torch.topk(mc_score, self.topk_sa, dim=1)[1] # bs, nq
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: selected index k out of range
Dear authors,
Kindly look into the error reported.
Please explain any solution.
The text was updated successfully, but these errors were encountered:
detrex/projects/focus_detr/modeling/transformer_layer.py", line 337, in forward
select_tgt_index = torch.topk(mc_score, self.topk_sa, dim=1)[1] # bs, nq
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: selected index k out of range
Dear authors,
Kindly look into the error reported.
Please explain any solution.
The text was updated successfully, but these errors were encountered: