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
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.