gpt4 book ai didi

linux - 属性错误 : module 'tensorflow.python.summary.summary' has no attribute 'scalar'

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:42:25 25 4
gpt4 key购买 nike

我一直在尝试研究 tensorboard(来自 tensorflow(从 gi​​thub fork ,也使用最新版本),每当我使用“标量”或“直方图”函数时都会出现上述错误。为什么标量函数指向 tensorflow.python.summary.summary? (不应该是 tensorflow.python.summary 吗?)如果有人能提供帮助就太好了!我在这里附上代码:

import tensorflow as tf
x = tf.Variable(tf.random_normal(5,5))
tf.summary.scalar('input', x)

输出是:

Traceback (most recent call last):
File "tensorboardetest.py", line 4, in <module>
tf.summary.scalar('input', x)
AttributeError: module 'tensorflow.python.summary.summary' has no attribute 'scalar'

最佳答案

您实际上并没有使用最新版本的 TensorFlow。 :)

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

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