... in dataset.take(1):; print(image_batch.shape); print(label_batch.numpy()); plt.imshow(image_batch[0].numpy().astype("uint8")) ...
確定! 回上一頁