Tensorflow 错误总结:NameError: name 'core' is not defined
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow
免费下载资源
·
目录:
前言
安装win10下tensforlow +gpu可以参照之前的例子:tensorflow 安装
怪我手贱,看见别人的应用比较好玩,就安装了别人的requirement.txt然后我的tensorflow环境就崩了,但是这也磨练了技术,发现了一个万精油的办法
问题描述
本来程序运行没有问题,但因为我手贱安装了别人的requirements点后,就遇到了各种各样的问题:
pd.core.computation.expressions.set_use_numexpr(False)
AttributeError: module 'pandas.core.computation' has no attribute 'expressions'
NameError: name 'core' is not defined
Error importing tensorflow: NameError: name 'python' is not defined
解决方案
也是很偶然的,我就想环境错了,那我重新安装一下tensorflow呗,
pip install tensorflow
问题解决。
GitHub 加速计划 / te / tensorflow
184.55 K
74.12 K
下载
一个面向所有人的开源机器学习框架
最近提交(Master分支:2 个月前 )
a49e66f2
PiperOrigin-RevId: 663726708
2 个月前
91dac11a
This test overrides disabled_backends, dropping the default
value in the process.
PiperOrigin-RevId: 663711155
2 个月前
更多推荐
已为社区贡献15条内容
所有评论(0)