摘要: #coding:utf-8 import tensorflow as tf import os def read_and_decode(filename): #根据文件名生成一个队列 filename_queue = tf.train.string_input_producer([filename]) reader = tf.TFRecordReader() _,... 阅读全文
posted @ 2018-02-05 15:24 qilibin 阅读(623) 评论(0) 推荐(0) 编辑