gpt4 book ai didi

tensorflow - python3识别 tensorflow ,但不识别它的任何属性

转载 作者:行者123 更新时间:2023-12-03 13:57:23 25 4
gpt4 key购买 nike

我收到以下错误:

AttributeError: module 'tensorflow' has no attribute 'variable_scope'
AttributeError: module 'tensorflow' has no attribute 'squared_difference'
tensorflow已安装:
>> pip3 list | grep tensorflow
tensorflow 2.0.0
tensorflow-estimator 2.0.1

最佳答案

TensorFlow 2.0 清理了一些 API。 squared_difference()等数学函数现在在 tf.math 下.

没有tf.variable_scope()在 TensorFlow 2.0 中。我建议阅读 this post包含有关如何将代码迁移到 TF2 的示例。

如果您希望您的代码与旧版本的 TensorFlow 兼容,可以使用 tf.compat.v1.variable_scope()

关于tensorflow - python3识别 tensorflow ,但不识别它的任何属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58574610/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com