【发布时间】:2021-08-14 14:45:29
【问题描述】:
Tensorflow 问题 google colab:模块 'tensorflow._api.v1.compat.v2' 没有属性 'internal' 我在谷歌 colab 上运行一个 MASK RCNN 模型,使用 tensorflow 1.15 和 keras 2.1.6 一切正常,但今天,我收到了这个错误: enter image description here
【问题讨论】:
-
我遇到了同样的错误。还有其他人面临同样的问题吗?有什么解决办法吗?
-
我还没有找到解决办法
-
解决方案 : !pip uninstall keras-nightly /// pip uninstall -y tensorflow //// !pip install h5py==2.10.0
标签: python tensorflow keras google-colaboratory