image and video datasets and models for torch deep learning
Reason this release was yanked:
So that users won't accidentally install this when using python 3.11
Project description
torchvision
The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.
Installation
Anaconda:
conda install torchvision -c pytorch
pip:
pip install torchvision
From source:
python setup.py install
Image Backend
Torchvision currently supports the following image backends:
Pillow (default)
Pillow-SIMD - a much faster drop-in replacement for Pillow with SIMD. If installed will be used as the default.
accimage - if installed can be activated by calling
torchvision.set_image_backend('accimage')
Documentation
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file torchvision-0.2.2.post2-py2.py3-none-any.whl
.
File metadata
- Download URL: torchvision-0.2.2.post2-py2.py3-none-any.whl
- Upload date:
- Size: 64.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c39bd9e60b4a701807987b5450c70c74bc734f458c67b2aa9ae249f9985034a |
|
MD5 | e70358b40ed4de23d47d21d1379bd462 |
|
BLAKE2b-256 | 219e3d41372cf9e0f009172a7ad351070657d02e8b424f7efd38433086c82681 |