gpt4 book ai didi

python - Tensorflow:模块 'tensorflow' 没有属性 'constant'

转载 作者:行者123 更新时间:2023-12-01 01:36:37 24 4
gpt4 key购买 nike

我尝试按照 this 在 Ubuntu 18.04 上安装 Tensorflow来自 Tensorflow 网站的安装指南。然而,在 python/jupyter Notebook 中导入 Tensorflow 后,所有功能似乎都不起作用。

例如,如果我运行:

#import tensorflow
import tensorflow as tf

#initialize two constants
x1 = tf.constant([1,2,3,4])
x2 = tf.constant([5,6,7,8])

我收到以下错误:

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

有人知道为什么这个属性不可用吗?在tensorflow网站上应该是still be a fully functional命令。

这是我第一次尝试运行 tensorflow ,因此我们将不胜感激有关该主题的任何帮助!

最佳答案

您必须将文件夹名称更改为除 tensorflow 之外的其他名称。

原因是当您使用 import x python 时,首先会搜索名为 x 的文件夹并在其中导入 __init__.py 文件。在您的情况下,您没有包含预定义constant的文件,并且在该文件之上您需要 tensorflow 本身!

关于python - Tensorflow:模块 'tensorflow' 没有属性 'constant',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52344406/

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