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.3.tar.gz
(33.8 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.3.tar.gz.
File metadata
- Download URL: pytorchcv-0.0.3.tar.gz
- Upload date:
- Size: 33.8 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 |
d79c9f86cf84e192bfd43d8eb9831dad322341af47fe6300f59b5023c31e3598
|
|
| MD5 |
3b9b5a24703a047e05f3857f58752c51
|
|
| BLAKE2b-256 |
c45a9cbbcc5785baaa9eb86598d43c894d36dabe7a402a2b3fc03376f17963e4
|
File details
Details for the file pytorchcv-0.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: pytorchcv-0.0.3-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 |
323aa2a698ba4a1c4cfb551524b7fb9c33bd3cf6e8060941d4bb88de235de177
|
|
| MD5 |
10d2e7db13cb13ebd37f8b7ef1a16c8b
|
|
| BLAKE2b-256 |
ee45ce99df5634cd025d5ab7ba9cb1c813a49f2c2d402185d6612f1f1b5f3531
|