Tensorflow 2.0 placeholder改动 在代码中添加 tf.compat.v1.disable_eager_execution() 并在使用placeholder的地方改为 x = tf.placeholder(tf.float32, [None, image_height * image_width])### tf 1.0使用实例 y