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
tf.keras
if you want to use tensorflow 2.0+ you must have keras 2.3+ try to upgrade your keras it works for me :
tensorflow 2.0+
keras 2.3+
pip install -U keras
or you may specify the keras version to 2.3