donut
donut copied to clipboard
AttributeError: module 'tensorflow' has no attribute 'GraphKeys'
When I try to import donut.
I'm using virtualenv.
Python 3.11.3.
tf 2.14.0.
Thank you so much!
I have also tried
- enforcing the use of tf.compat.v1
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
- TensorFlow == 1.15 and Python 3.7