Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warning: sparse index to tensor of unknown shape #1

Open
srbittner opened this issue Jan 17, 2019 · 0 comments
Open

Remove warning: sparse index to tensor of unknown shape #1

srbittner opened this issue Jan 17, 2019 · 0 comments

Comments

@srbittner
Copy link
Member

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:

  1. Suppress the warning
  2. 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.
  3. Implement this cool DHAMM method in tensorflow. https://software.intel.com/en-us/articles/a-matrix-multiplication-routine-that-updates-only-the-upper-or-lower-triangular-part-of-the

This is low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant