Skip to content

Commit

Permalink
Add tutorial for torchvision
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonwooSung committed Jul 9, 2022
1 parent dc11097 commit db97326
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MachineLearning/DeepLearning/Frameworks/PyTorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## Features

## Related libraries

1. [torchvision](./torchvision/)

## Discussions

### CUDA
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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](./src/Torchvision_tutorial.ipynb)

Large diffs are not rendered by default.

0 comments on commit db97326

Please sign in to comment.