Shujie HU (胡书杰)

Results 2 comments of Shujie HU (胡书杰)

firstly, bs = precisions * means, so bs = U^{-1} · M^{T}, where U -> variance matrix, M -> mean matrix (\mu); then "b, P = build_poe(bs, precisions, win_mats)" in...

and i think the correct code should be `attention_weights = F.tanh(lin_out).bmm(v_view).squeeze()`