1 import tensorflow._api.v2.compat.v1 as tf 2 tf.disable_v2_behavior()
俺的版本需要用上面这个,记录一下。
其余可能好用的:
1 import tensorflow.compat.v1 as tf 2 tf.disable_v2_behavior()