从多个tfrecord文件中读取数据的方法

tfrecord_file_path = '/train/*.tfrecords’#train是存放tfrecord的文件夹 filename_queue = tf.train.string_input_producer( tf.train.match_filenames_once(tfrecord_file_path),
相关文章
相关标签/搜索