📌  相关文章
📜  AttributeError: 模块 'tensorflow' 没有属性 'placeholder' - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:16.898000             🧑  作者: Mango

代码示例2
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()