Plotting tensor

It depends how you would like to visualize it.
You won’t be able to directly plot this tensor as e.g. an image, since [1000, 32, 32] doesn’t match an image format.
However, you could create 1000 plots each visualizing a 32x32 grayscale image using matplotlib, but I don’t know if that’s what you are looking for.