摘要:
import tensorflow as tf files = tf.train.match_filenames_once("E:\\MNIST_data\\output.tfrecords") filename_queue = tf.train.string_input_producer(files, shuffle=False) # 读取文件。 reader = tf.TFRecor... 阅读全文
posted @ 2019-05-18 12:51
吴裕雄
阅读(339)
评论(0)
推荐(0)
2019年5月18日