In the MNIST data the pixels are concatenated in the form of a vector and therefore require that we reshape them: x_image = tf.reshape(x_data, [-1, 28, 28, ...
確定! 回上一頁