报错module ‘tensorflow‘ has no attribute ‘get_default_graph‘解决

在构建神经网络时遇到AttributeError:Tensorflow模块缺少'get_default_graph'属性。问题可能由Tensorflow与Keras版本不匹配引起。推荐检查并安装对应版本的tensorflow(如2.0)和keras(2.3.1)。尝试在Anaconda环境中安装指定版本,或在PyCharm中修改导入和调用代码,将`tf.get_default_graph()`替换为`tf.compat.v1.get_default_graph()`,此方法解决了运行时的错误。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

构建神经网络时报错

AttributeError: module ‘tensorflow’ has no attribute ‘get_default_graph’

可能原因:

  1. tensorflow和keras版本不统一,可参看应该安装的对应版本https://docs.floydhub.com/guides/environments/
    以我电脑为例,可导入tensorflow和keras后查看版本。tensorflow版本为2.0,对应的keras应为2.3.1
import tensorflow as tf 
print(tf.__version__)
import keras
print(keras.__version__
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值