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 forward function of SpaceAttention class trunc_normal_ is used for relative_position_bias_table, why don't use trunc_normal_ in TimeAttention's forward function?
In the forward function of SpaceAttention class trunc_normal_ is used for relative_position_bias_table, why don't use trunc_normal_ in TimeAttention's forward function?