Image classification models for PyTorch
Project description
Large-scale image classification networks
Collection of large-scale image classification models on PyTorch, pretrained on the ImageNet-1k dataset.
Installation
To install, use:
pip install pytorchcv torch>=0.4.1
To enable/disable different hardware supports such as GPUs, check out PyTorch installation instructions.
Usage
Example of using the pretrained ResNet-18 model:
from pytorchcv.model_provider import get_model as ptcv_get_model
net = ptcv_get_model("resnet18", pretrained=True)
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 Distribution
pytorchcv-0.0.20.tar.gz
(57.8 kB
view details)
Built Distribution
File details
Details for the file pytorchcv-0.0.20.tar.gz
.
File metadata
- Download URL: pytorchcv-0.0.20.tar.gz
- Upload date:
- Size: 57.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6c16d6da1b66f30c59f3f7798c01b48c56fe07fe31bc1e372fdade5fb00b8c9 |
|
MD5 | 4f3ee69dadfa8fde9f338baff29e6d2d |
|
BLAKE2b-256 | 66d2190e70d4ce27d03ea015ddee7357470730cbca58c6de4e25e197e0880e36 |
File details
Details for the file pytorchcv-0.0.20-py2.py3-none-any.whl
.
File metadata
- Download URL: pytorchcv-0.0.20-py2.py3-none-any.whl
- Upload date:
- Size: 113.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 946889ae51ee736e186b39f80aae30ffb1b3537ee207f834f5d63caf521fcf70 |
|
MD5 | 09bcabe82152126fc84037c7f556c1a5 |
|
BLAKE2b-256 | 73632720625943c4a205e77d6a2e7d19e434697233436517064aa66481bd5826 |