AttributeError: module ‘tensorflow‘ has no attribute ‘get_variable‘
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow
免费下载资源
·
1.安装的2.0+的tensorflow在运行时遇到这个问题:
2.网上说到:
即:tensorflow2.0+的版本不支持某些tensorflow1.0+可以调用的方法。我的解决思路就是改回tensorflow1.0版本。
有的人说:
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
这样可以,但是我试了试,用我的2.3.0版本不得行。。。
3.然后在pycharm中
File->Settings->Project Interpreter中
3.1先查看自己的tensorflow的版本,我的是2.3.0(install的时候默认最新版);
3.2选中高版本的tensorflow,点击“-”(卸载高版本的tensorflow);
3.3点击“+”,准备安装低版本(1.0+)的tensorflow;
3.4我选择的是
3.5再次运行程序:
注意:第一张图中第16行代码中的dtyoe应该是dtype,我敲错代码了!改过来就可以运行了!
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 个月前
更多推荐
已为社区贡献7条内容
所有评论(0)