我是机器学习的新手,想尝试一下tensorflow。 我的IDE是Pycharm,曾经在以前工作过。 但是在我更新到7月25日发布的最新版本之后,它无法正确识别tensorflow lib。即使我尝试过基本功能。
import tensorflow as tf
node = tf.constant(4.0)
print(node)
提出如下错误:
AttributeError: module 'tensorflow' has no attribute 'constant'
这是我用过的项目翻译: project interpreter
有人可以帮忙吗?
答案 0 :(得分:1)
我对我的文件名做出了非常可怕的决定。我改回来后,一切正常