TFRecordDataset ('mnist_train.tfrecords') dataset = dataset.map(parser).repeat().batch(batch_size) image, label = dataset.make_one_shot_iterator().get_next() ...
確定! 回上一頁