Skip to main content

A package to convert pytorch model to caffe model

Project description

# pytorch2caffe

A package to convert pytorch model to caffe model.

## Installation

pip3 install pytorch2caffe

or

git clone https://github.com/woodsgao/pytorch2caffe cd pytorch2caffe python3 setup.py install

## Tutorials

Note: import torch first then import pytorch2caffe

import torch from torchvision.models import resnet from pytorch2caffe import pytorch2caffe

name=’resnet18’ resnet18=resnet.resnet18() resnet18.eval() dummy_input=torch.ones([1,3,224,224]) pytorch2caffe.trans_net(resnet18, dummy_input, name) pytorch2caffe.save_prototxt(‘{}.prototxt’.format(name)) pytorch2caffe.save_caffemodel(‘{}.caffemodel’.format(name))

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

pytorch2caffe-0.1.0.tar.gz (34.5 kB view hashes)

Uploaded Source

Built Distribution

pytorch2caffe-0.1.0-py2.py3-none-any.whl (35.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