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