摘要:
import tensorflow as tf import tensorflow.examples.tutorials.mnist.input_data as input_data mnist = input_data.read_data_sets("D:\\F\\TensorFlow_deep_learn\\MNIST\\", one_hot=True) x_data = tf.plac... 阅读全文
posted @ 2019-03-17 20:54
吴裕雄
阅读(248)
评论(0)
推荐(0)