AttributeError: module 'tensorflow' has no attribute 'log' 查看安装的TensorFlow的版本import tensorflow as tf print(tf.__version__)如果是2.0的版本请修改为更低的版本试试,比如1.4或者以下版本 tensorflow实战 2023-10-13 41 点赞 0 评论 62 浏览