2020年4月5日
摘要: 学会读取图片并转化为张量 import tensorflow as tf import os #读取狗图片并转换成张量 def picread(filelist): file_queue=tf.train.string_input_producer(filelist) #构造阅读器读取图片内容,默认 阅读全文
posted @ 2020-04-05 15:40 啥123 阅读(170) 评论(0) 推荐(0) 编辑