batched_dataset = dataset.batch(7, drop_remainder=True) batched_dataset. <BatchDataset shapes: ((7,), (7,)), types: (tf.int64, tf.int64)> ...
確定! 回上一頁