從多個tfrecord文件中讀取數據的方法

tfrecord_file_path = '/train/*.tfrecords’#train是存放tfrecord的文件夾 filename_queue = tf.train.string_input_producer( tf.train.match_filenames_once(tfrecord_file_path),
相關文章
相關標籤/搜索