google-research / disentanglement_lib

disentanglement_lib is an open-source library for research on learning disentangled representations.
Apache License 2.0
1.38k stars 205 forks source link

Not tf 1.14 compatible #7

Open ndalton12 opened 5 years ago

ndalton12 commented 5 years ago

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.

pvd0anh commented 5 years ago

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

ndalton12 commented 5 years ago

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