module 'tensorflow' has no attribute 'get_default_graph'
时间: 2023-08-05 17:02:34 浏览: 122
module ‘tensorflow’ has no attribute ‘get_default_graph’
这个报错的意思是在使用tensorflow时,模块没有get_default_graph属性。这个问题通常出现在使用tensorflow 2.0版本时。解决这个问题有两种方法。第一种方法是使用参考实现与TensorFlow后端一起使用,但是这个实现尚未更新以支持TensorFlow 2。第二种方法是使用TensorFlow的实现,即tf.keras。这个方法适用于TensorFlow 2。如果你需要使用tf.keras,确保使用正确的导入方式:from tensorflow import keras,而不是直接使用import keras。\[2\]\[3\]
#### 引用[.reference_title]
- *1* [AttibuteError: module ‘tensorflow’ has no attribute ‘get_default_graph’.](https://blog.csdn.net/weixin_49034139/article/details/121545207)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* *3* [module 'tensorflow' has no attribute 'get_default_graph'](https://blog.csdn.net/edward_zcl/article/details/103488191)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文