【发布时间】:2022-06-28 23:13:37
【问题描述】:
所以这是我的错误 [ModuleNotFoundError: No module named 'tensorflow.contrib']
当我降级时,我使用的是 tensorflow 2.0.0 和 python 3.6.9,当我升级它时,代码的 tensorflow 版本不起作用,同样的事情发生了。 (我正在使用 jupyter 笔记本)
我试图降级 tensorflow 的版本,反之亦然。
This is the part of the code where i have the error
请帮助我真的找不到解决方案。
【问题讨论】:
-
根据this answer tensorflow.contrib 在 TF 2.0 中不存在
标签: python tensorflow jupyter-notebook artificial-intelligence tensorflow2.0