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.21.tar.gz
(58.8 kB
view details)
Built Distribution
File details
Details for the file pytorchcv-0.0.21.tar.gz
.
File metadata
- Download URL: pytorchcv-0.0.21.tar.gz
- Upload date:
- Size: 58.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 | ed5ad7481a302ccd1c6f73380e0f102a36f991b1ac7c6bfd4560a78667e0fff9 |
|
MD5 | fa689f132cdad87f17d0fe403c6691b7 |
|
BLAKE2b-256 | 6d8d9087368ffbe168ecffea05b49a7904a34ed7d131884fcf5798d5916d2ef4 |
File details
Details for the file pytorchcv-0.0.21-py2.py3-none-any.whl
.
File metadata
- Download URL: pytorchcv-0.0.21-py2.py3-none-any.whl
- Upload date:
- Size: 116.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 | ef65bb14180de0469744467ddec1b833527f95a6268a4e1f12a094f63a88518c |
|
MD5 | f78fb0ed834d32f4b87d34b85e7c2d9f |
|
BLAKE2b-256 | a0841efa03c43fd51b7b179c3489c3de70be3fdb75defb8b22865b2421f16140 |