An intuitive understanding of the torchvision library — basics to advanced ( Part 1/3 ) — What is torchvision? Torchvision is a library for Computer Vision that goes hand in hand with PyTorch. It has utilities for efficient Image and Video transformations, some commonly used pre-trained models, and some datasets ( torchvision does not come bundled with PyTorch, you will have to install it separately. )