关于contrib模块在tensorflow2.0下运行的解决方案
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow
免费下载资源
·
今天在学习代码时,因为tensorflow2.0对contrib模块进行分开维护,contrib在tensorflow2.0已经被移除,其功能要不就是集成在tensorflow中了,要不就是转到别的repo上了,compat.v1方法尝试之后发现并没什么用。
解决方案:
1.在对tensorflow版本没有要求的情况下,可以降低tensorflow的版本,进行重新安装。pip uninstall tensorflow
2.对应要使用的contrib中的功能,找tensorflow2.0的API手册中相应方法代替。
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 个月前
更多推荐
已为社区贡献3条内容
所有评论(0)