Image classification models for PyTorch
Project description
Large-scale image classification networks
Several large-scale image classification models on PyTorch, trained 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.2.tar.gz
(33.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytorchcv-0.0.2.tar.gz.
File metadata
- Download URL: pytorchcv-0.0.2.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80fb10e41514913de16839a9314e4474c9d6106ff2e4a8b9502573f08fd2e3b9
|
|
| MD5 |
1af25c4efe194e4d90e87831e75f4cca
|
|
| BLAKE2b-256 |
2cf8c81cbd65cd921bdd0e8f7d68a8ff471431dfbf0911a786d0a4ad78055d72
|
File details
Details for the file pytorchcv-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: pytorchcv-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 61.8 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/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cdc5bc4880ade344a1529882821d889b75aaf99eafdd63927c3040b8d5d8abe
|
|
| MD5 |
a222a15d6687c0b241db5c9469d355c4
|
|
| BLAKE2b-256 |
eac7b0ff01d7deb0b9adf42743527105d152731cc31a0649a2fcbda73a116073
|