I\'m following along the keras tutorial on image classification. I have created a tf.data.Dataset and specified a single batch using the .take() method
tf.data.Dataset
.take()