... ds = dataset.shuffle(SHUFFLE_SIZE) ds = ds.batch(BATCH_SIZE) ds = ds.repeat() for example in ds.take(12): batch = example.numpy() print(batch).
確定! 回上一頁