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

前端 未结 7 1569
孤独总比滥情好
孤独总比滥情好 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 15:55

    if you want to use tensorflow 2.0+ you must have keras 2.3+
    try to upgrade your keras it works for me :

    pip install -U keras
    

    or you may specify the keras version to 2.3

提交回复
热议问题