Hello everyone, Is there a way to view particular elements inside the BatchDataset, other than using a for loop?
You can use skip and take to get a smaller slice of the dataset.