torchvision
The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.
Installation
Anaconda:
conda install torchvision -c pytorchpip:
pip install torchvisionFrom source:
python setup.py installDocumentation
You can find the API documentation on the pytorch website: http://pytorch.org/docs/master/torchvision/
Contributing
We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.
版权声明:本文为Tan915730原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。