Open yw662 opened 4 years ago
Solved by restrict kfac == 0.1.5. Please consider applying this restriction into setup.py of T2T.
I met the same problem. I solved by preinstall kfac==0.2.0 before tensor2tensor. similar to the above.
pipenv install --dev kfac==0.2.0 tensor2tensor
Description
T2T==1.15.7 requires kfac==0.2.3, which requires tensorflow-probability==0.8.0, however, T2T itself requires tensorflow-probability==0.7.0
...
Environment information
Python 3.7.3
For bugs: reproduction and error logs