摘要: python读取tfrecord单个数据 import numpy as np def parse_tfrec(filename): # 遍历每条样本 feature = None for raw_record in tf.data.TFRecordDataset(filename): example = tf.train.Example( 阅读全文
posted @ 2025-02-15 21:23 提高效率! 阅读(9) 评论(0) 推荐(0)