tfrecord文件應用流程

對於輸入數據的處理,大致上流程都差很少,能夠歸結以下git 將數據轉爲 TFRecord 格式的多個文件 用 tf.train.match_filenames_once() 建立文件列表 用 tf.train.string_input_producer() 建立輸入文件隊列,能夠將輸入文件順序隨機打亂 用 tf.TFRecordReader() 讀取文件中的數據 用 tf.parse_single
相關文章
相關標籤/搜索