Keras that does not support TensorFlow 2.0. We recommend using `tf.keras`, or alternatively, downgrading to TensorFlow 1.14

前端 未结 7 1579
孤独总比滥情好
孤独总比滥情好 2021-02-13 15:41

I am having an error regarding (Keras that does not support TensorFlow 2.0. We recommend using tf.keras, or alternatively, downgrading to TensorFlow 1.14.) any reco

7条回答
  •  情话喂你
    2021-02-13 16:03

    I ran into the same issue. Downgraded my TensorFlow to version 1.14 using the following:

    !pip install tensorflow==1.14.0
    

    Fixed the error.

提交回复
热议问题