把
import tensorflow as tf
改成
import tensorflow.compat.v1 as tf tf.disable_v2_behavior()
tensorflow1版本和2版本语句兼容
原文:https://www.cnblogs.com/caiyishuai/p/13297187.html