Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 392 Bytes

File metadata and controls

9 lines (5 loc) · 392 Bytes

torchvision

The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.

Using pretrained models

By using the torchvision package, we could easily load and use the pretrained vision models such as Resnet and Alexnet.

Example notebook for using pretrained models with torchvision