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
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
Built Distribution
File details
Details for the file pytorch2caffe-0.1.0.tar.gz
.
File metadata
- Download URL: pytorch2caffe-0.1.0.tar.gz
- Upload date:
- Size: 34.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f645b23708807309ab14199127db0aa1caff614c611ba058fc00753921d1ddb3 |
|
MD5 | c76f31c0a83801873a3306cf031e5145 |
|
BLAKE2b-256 | 8eeec195d0eca6800b74ede33fa40c171ce17580408418b9a49d153e01892a13 |
File details
Details for the file pytorch2caffe-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pytorch2caffe-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 695bf5a2f2097b3bf8cc1540f4641dd2ad5abaea0be781967d6ed3a1b33ee443 |
|
MD5 | fe1318e929a027a7dfdc2fdce0409480 |
|
BLAKE2b-256 | 69c297605a8e0aa949bd6616a4bff702204b85d9da176bd62f6cea9fae49ecea |