TFRecord支援寫入三種格式的資料:string,int64,float32,以列表的形式 ... TFRecordDataset(input_file) dataset = dataset.map(_parse_record) ...
確定! 回上一頁