arcgis-python-api icon indicating copy to clipboard operation
arcgis-python-api copied to clipboard

module 'tensorflow' has no attribute 'enable_eager_execution'

Open LinoSun opened this issue 3 years ago • 0 comments

Describe the bug Hi there, I try to use SSD tf-onnx format model, but found "module 'tensorflow' has no attribute 'enable_eager_execution'". Probably we need remove the code tf.enable_eager_execution() in the arcgis.learn.models._inferencing.tf_util module.

error:

module 'tensorflow' has no attribute 'enable_eager_execution'

Screenshots

bug

Platform (please complete the following information):

  • OS: windows 10
  • Python API Version [1.9.1]

LinoSun avatar Feb 18 '22 07:02 LinoSun