tensorflow1版本和2版本语句兼容

 import tensorflow as tf

改成

import tensorflow.compat.v1 as tf

tf.disable_v2_behavior()
原文地址:https://www.cnblogs.com/caiyishuai/p/13297187.html