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
Thanks for the great work. I wonder why we need need_attend = torch.logical_and(need_attend, gate_idx_mask) in moba_naive.py. It seems to me we can directly take gate_idx_mask as the variable need_attend.