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 bsrnn_feats.py at tfmap_emb mode, the embedding is n x192, so the att_weights is 192 x192, but the enroll_mag is n x T x 257, so, i think this can not matmul? am i right?
tf_map = torch.matmul(att_weights, enroll_mag)
in bsrnn_feats.py at tfmap_emb mode, the embedding is n x192, so the att_weights is 192 x192, but the enroll_mag is n x T x 257, so, i think this can not matmul? am i right?
tf_map = torch.matmul(att_weights, enroll_mag)