arcgis-python-api
arcgis-python-api copied to clipboard
module 'tensorflow' has no attribute 'enable_eager_execution'
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
Platform (please complete the following information):
- OS: windows 10
- Python API Version [1.9.1]