I am using cifar-10 dataset for my training my classifier. I have downloaded the dataset and tried to display am image from the dataset. I have used the following code:
single_img_reshaped = single_img.reshape(3,32,32).transpose([1, 2, 0])