System Info :
- keras 2.3.1
- pip 20.2.2
- python 3.6.10
- tensorflow 2.3.0
I am working on a siamese algorithm on keras tensorflow backend. I have imported keras backend as follow and it shows above attribute error. What could be the reason for that and how to avoid this issue?
import tensorflow.python.keras.backend as K
AttributeError: module 'tensorflow' has no attribute 'python'