Hello, I was trying to run Leopard and got this error. Looks like a problem related to the different version of Tensorflow.
Traceback (most recent call last):
File "code_1bp/predict.py", line 8, in <module>
tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR) ## disable tf warning!
AttributeError: module 'tensorflow.compat' has no attribute 'v1'
Hello, I was trying to run Leopard and got this error. Looks like a problem related to the different version of Tensorflow.