Increasing size of images in torchvision.utils.make_grid

You could increase the size of the shown image directly in plt.imshow or alternatively save the image and use your default viewer.

I assume the output is small as matplotlib tries to scale it down to fit your notebook/IDE

1 Like