Tensorflow: r1.0.0 不支持 tf.complex_abs

创建于 2017-02-10  ·  1评论  ·  资料来源: tensorflow/tensorflow

注意:仅针对错误和功能请求提交 GitHub 问题。 所有其他主题将被关闭。
你好,
我在 Mac OS Sierra 10.12 上从此链接安装了 tf。 但是,tf.complex_abs() 模块返回错误“'module' 对象没有属性 'complex_abs'”。

python -c "import tensorflow; print(tensorflow.__version__)"的输出。 :: 1.0.0-rc2

最有用的评论

它已被弃用,现在称为 tf.abs()。 PrettyTensor 显然不支持这一点。 关闭它,因为它不是 tf 问题。

>所有评论

它已被弃用,现在称为 tf.abs()。 PrettyTensor 显然不支持这一点。 关闭它,因为它不是 tf 问题。

此页面是否有帮助?
0 / 5 - 0 等级