摘要:
import numpy as np import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data # 读取文件。 filename_queue = tf.train.string_input_producer(["F:\\output.tfrecords"]) reader = tf.T... 阅读全文
posted @ 2019-12-19 02:16
吴裕雄
阅读(204)
评论(0)
推荐(0)