摘要: 使用tensorflow出现的错误: AttributeError: module ‘tensorflow‘ has no attribute ‘placeholder‘ 解决方法: 将代码: import tensorflow as tf 替换为 import tensorflow.compat. 阅读全文
posted @ 2022-04-15 15:24 鯨落 阅读(36) 评论(0) 推荐(0)