Open alexanderwendt opened 3 years ago
At installing the requirements.txt, I get the same error as in this ticket: ImportError: cannot import name 'abs' https://github.com/tensorflow/probability/issues/46
The solution is to remove tensorflow 1.x and pip install tensorflow again to solve it. In my case, tf2.5 is installed. Perhaps this should be corrected in the requirements file.
@alexanderwendt for wider tf-gpu compatibility I didn't specify its version in requirements.txt. So you can manually change it if meet any problem.
At installing the requirements.txt, I get the same error as in this ticket: ImportError: cannot import name 'abs' https://github.com/tensorflow/probability/issues/46
The solution is to remove tensorflow 1.x and pip install tensorflow again to solve it. In my case, tf2.5 is installed. Perhaps this should be corrected in the requirements file.