Skip to main content

everything in pytorch

Project description

brocolli

torch fx based pytorch model converter, including pytorch2caffe, pytorch2onnx.
torch fx based pytorch model quantizier.

Pytorch version 1.9.0 and above are all supported

installation

pip install brocolli

How to use

import torchvision.models as models
from brocolli.converter.pytorch_caffe_parser import PytorchCaffeParser

net = models.alexnet(pretrained=False)
pytorch_parser = PytorchCaffeParser(net, [(1, 3, 224, 223)])
pytorch_parser.convert()
pytorch_parser.save('alexnet.onnx')

user can run this script until you see "accuracy test passed" on screen, then you can get your caffe or trt model under tmp folder.

Notice

  • ✔️ : support
  • ❔ : shall support
  • ❌ : not support

Curently supported layers

Caffe TensorRT
Conv ✔️ ✔️
PRelu ✔️
MaxPooling ✔️ ✔️
Sigmoid ✔️ ✔️
BatchNormalization ✔️ ✔️
Relu ✔️ ✔️
LeakyRelu ✔️ ✔️
Add ✔️ ✔️
AvgPool ✔️ ✔️
Flatten ✔️ ✔️
FullyConnected ✔️ ✔️
Softmax ✔️ ✔️
Upsample ✔️ ✔️
Permute ✔️ ✔️
Concat ✔️ ✔️
Unsqueeze ✔️
Relu6 ✔️ ✔️
Pad ✔️ ✔️
HardSwish ✔️ ✔️
HardSigmoid ✔️ ✔️
Mul ✔️ ✔️
Slice ✔️ ✔️
L2Normalization ✔️
Resize ✔️ ✔️
ReduceMean ✔️ ✔️
BilinearInterpolate ✔️ ✔️
MaxUnPool ✔️
ConvTranspose ✔️ ✔️
Gather ✔️
PixelShufle ✔️

Curently supported network

Caffe TensorRT
SSD ✔️
AlexNet ✔️ ✔️
ResNet ✔️ ✔️
GoogleNet ✔️ ✔️
SqueezeNet ✔️ ✔️
MobileNet ✔️ ✔️
DenseNet ✔️ ✔️
ShuffleNet ✔️ ✔️
SCNN ✔️ ✔️
SegNet ✔️
YoloV5 ✔️ ✔️
YoloV3 ✔️ ✔️
Realcugan ✔️
Yolo-Lite ✔️
Resa ✔️
YoloX ✔️ ✔️
BiSeNet ✔️
fbnet ✔️
regnet ✔️
ghostnet ✔️
tinynet ✔️
YoloV7 ✔️

TODO

RNN support

Contact

QQ Group: 597059928

image

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

brocolli-1.0.0.tar.gz (35.2 kB view hashes)

Uploaded Source

Built Distribution

brocolli-1.0.0-py3-none-any.whl (80.5 kB view hashes)

Uploaded 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