TfExpression = Union[tf.Tensor, tf.Variable, tf.Operation] AttributeError: module 'tensorflow' has no attribute 'Tensor'
时间: 2023-04-09 12:04:02 浏览: 204
pycharm用import报错:AttributeError: module tensorflow(or other) has no attribut (import搜索路径顺序问题)
这是一个技术问题,我可以回答。这个错误提示意味着在 TensorFlow 模块中没有名为 Tensor 的属性。可能是因为您的代码中有拼写错误或版本不兼容的问题。建议您检查代码并确保使用的是最新版本的 TensorFlow。
阅读全文