摘要: #!/usr/bin/env pythonimport tensorflow as tfinput_num = 16output_num = 11def create_file(path,output_num): with open(path,'r') as file: lines = file.r 阅读全文
posted @ 2018-11-27 21:49 rongye 阅读(185) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env pythonimport tensorflow as tfimport numpy as npdef read_and_decode(filename): # 读入dog_train.tfrecords filename_queue = tf.train.string_ 阅读全文
posted @ 2018-11-27 20:50 rongye 阅读(180) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env pythonimport tensorflow as tfimport numpy as np# write = tf.python_io.TFRecordWriter('train.tfrecords')# #img_raw = np.random.random_in 阅读全文
posted @ 2018-11-27 19:47 rongye 阅读(823) 评论(0) 推荐(0) 编辑
摘要: tensorflow读取数据-tfrecord格式 https://blog.csdn.net/happyhorizion/article/details/77894055 Tensorflow第三课数据加载 非图片数据 https://blog.csdn.net/clever_wr/article 阅读全文
posted @ 2018-11-27 11:43 rongye 阅读(210) 评论(0) 推荐(0) 编辑
摘要: https://github.com/fo40225/tensorflow-windows-wheel pip install tensorflow-1.5.0-cp36-cp36m-win_amd64.whl https://blog.csdn.net/z564359805/article/det 阅读全文
posted @ 2018-11-27 10:01 rongye 阅读(1138) 评论(0) 推荐(0) 编辑