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
The newest tf 1.14 release removes tensorflow.python.ops.linalg.linear_operator_util.matmul_with_boradcast.
This causes the tests to fail and I can't run the example code.
The text was updated successfully, but these errors were encountered:
Configure my device: ubuntu 16.04; python 3.5.2; cuda 9; GPU GTX 1080 TI
I change tf 1.14 to tf 1.12, and install tensorflow_probability version 0.5.0, and it ran
Configure my device: ubuntu 16.04; python 3.5.2; cuda 9; GPU GTX 1080 TI
I change tf 1.14 to tf 1.12, and install tensorflow_probability version 0.5.0, and it ran
Thanks, I got it to work on tf 1.13.1 and tensorflow_probability 0.6.0, I think the readme.md should indicate that the tf version is incorrect just so other people know
The newest tf 1.14 release removes tensorflow.python.ops.linalg.linear_operator_util.matmul_with_boradcast.
This causes the tests to fail and I can't run the example code.
The text was updated successfully, but these errors were encountered: