在TensorFlow2.x的环境下运行TensorFlow1.x的命令

【Python命令】

import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()

 

 

你可能感兴趣的:(Python程序设计,tensorflow)