tensorflow / tensor2tensor

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Apache License 2.0
15.11k stars 3.44k forks source link

ERROR: kfac 0.2.3 has requirement tensorflow-probability==0.8, but you'll have tensorflow-probability 0.7.0 which is incompatible. #1884

Open vedraw opened 3 years ago

vedraw commented 3 years ago

In this notebook: https://colab.research.google.com/github/Styleoshin/tensor2tensor/blob/Transformer_tutorial/tensor2tensor/notebooks/Transformer_translate.ipynb#scrollTo=AYUy570fKRcw

Running the first cell: !pip install -q -U tensor2tensor

Finishes with ERROR: kfac 0.2.3 has requirement tensorflow-probability==0.8, but you'll have tensorflow-probability 0.7.0 which is incompatible.

How to correct?

mohammed-hakim commented 3 years ago

any news ??