我安装了 TensorFlow 2.6 和 Python 3.9。但是,我收到以下错误:
tf.enable_eager_execution()
AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'
当我跑步时,tf.executing_eagerly()我得到了 False。
我重新安装了 TensorFlow,但仍然遇到同样的错误。
我安装了 TensorFlow 2.6 和 Python 3.9。但是,我收到以下错误:
tf.enable_eager_execution()
AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'
当我跑步时,tf.executing_eagerly()我得到了 False。
我重新安装了 TensorFlow,但仍然遇到同样的错误。