-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc11097
commit db97326
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,10 @@ | |
|
||
## Features | ||
|
||
## Related libraries | ||
|
||
1. [torchvision](./torchvision/) | ||
|
||
## Discussions | ||
|
||
### CUDA | ||
|
9 changes: 9 additions & 0 deletions
9
MachineLearning/DeepLearning/Frameworks/PyTorch/torchvision/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
1 change: 1 addition & 0 deletions
1
MachineLearning/DeepLearning/Frameworks/PyTorch/torchvision/src/Torchvision_tutorial.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.