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.7.tar.gz
(34.1 kB
view details)
Built Distribution
File details
Details for the file pytorchcv-0.0.7.tar.gz
.
File metadata
- Download URL: pytorchcv-0.0.7.tar.gz
- Upload date:
- Size: 34.1 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 | 35ee9a4348e416b104732f3e65104f5301d8fb5f9b009e23e8b7893b73cbbfa8 |
|
MD5 | 4deef691db0f3759cae7eed321ab3dbd |
|
BLAKE2b-256 | ec62831f55c661221c47b2c0b4ad4a10ee20678cebc6852465afe0da0f826bb1 |
File details
Details for the file pytorchcv-0.0.7-py2.py3-none-any.whl
.
File metadata
- Download URL: pytorchcv-0.0.7-py2.py3-none-any.whl
- Upload date:
- Size: 62.1 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 | 1710fda12da703d9abc600883996829ef632a450bd34fb0b9426bffc79e276a4 |
|
MD5 | 4a86ecd8d93dfb9eb3fea05649deb09e |
|
BLAKE2b-256 | 3868b3e02103c1bb31580991cae11dfc9945fd6e95623c17f7a8fc854fddcc31 |