Skip to main content

Image classification models for Chainer

Project description

Large-scale image classification networks

Collection of large-scale image classification models on Chainer, pretrained on the ImageNet-1k dataset.

Installation

To install, use:

pip install chainercv2

Usage

Example of using the pretrained ResNet-18 model:

from chainercv2.model_provider import get_model as chcv2_get_model
net = chcv2_get_model("resnet18", pretrained=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chainercv2-0.0.25.tar.gz (70.6 kB view hashes)

Uploaded Source

Built Distribution

chainercv2-0.0.25-py2.py3-none-any.whl (143.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page