Error “Keras requires TensorFlow 2.2 or higher”

后端 未结 4 753
情书的邮戳
情书的邮戳 2020-12-14 02:59

I just installed Visual Studio 2019 and Tensorflow, but I cannot import Keras because I get the following error message:

Keras requires TensorFlow 2.2 or

4条回答
  •  一向
    一向 (楼主)
    2020-12-14 03:12

    I was facing same issue just downgraded keras version to 2.3.1 and it was working

    pip install keras==2.3.1

提交回复
热议问题