gpt4 book ai didi

python - 属性错误 : module 'tensorflow' has no attribute 'get_variable'

转载 作者:行者123 更新时间:2023-12-04 11:42:55 24 4
gpt4 key购买 nike

我正在尝试运行这行代码:

var_init_1 = tf.get_variable("var_init_1", [1, 2], dtype=tf.int32,  initializer=tf.zeros_initializer)
print(var_init_1.shape)

它应该给出一个输出为零张量的形状。

但是为什么我会收到这样的错误:
AttributeError                            Traceback (most recent call last)
<ipython-input-37-3cc73aa1818e> in <module>
----> 1 var_init_1 = tf.get_variable("var_init_1", [1, 2], dtype=tf.int32, initializer=tf.zeros_initializer)
2 print(var_init_1.shape)

AttributeError: module 'tensorflow' has no attribute 'get_variable'

最佳答案

用 tf.Variable 替换 tf.get_variable。

关于python - 属性错误 : module 'tensorflow' has no attribute 'get_variable' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59226533/

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