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 multivariate normal family, the sufficient statistics computation requires masking the upper-right-triangular elements of the matrix. We can do one of three things:
Suppress the warning
Break the matrix multiplication for the second moment matrix (D x D) into D vectorized matrix multiplications of increasing length. It would be interesting to know if this is faster or slower.
In the multivariate normal family, the sufficient statistics computation requires masking the upper-right-triangular elements of the matrix. We can do one of three things:
This is low priority.
The text was updated successfully, but these errors were encountered: