Giter VIP home page Giter VIP logo

ajunlonglive / bolt-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from huawei-noah/bolt

0.0 1.0 0.0 105.41 MB

Bolt is a deep learning library with high performance and heterogeneous flexibility.

Home Page: https://huawei-noah.github.io/bolt/

License: MIT License

Shell 0.41% C++ 80.99% Python 6.10% C 8.67% Objective-C 0.42% Java 1.28% XSLT 0.01% Objective-C++ 0.36% Makefile 0.01% CMake 1.23% Jupyter Notebook 0.53%

bolt-2's Introduction

Introduction


License: MIT

Bolt is a light-weight library for deep learning. Bolt, as a universal deployment tool for all kinds of neural networks, aims to automate the deployment pipeline and achieve extreme acceleration. Bolt has been widely deployed and used in many departments of HUAWEI company, such as 2012 Laboratory, CBG and HUAWEI Product Lines. If you have questions or suggestions, you can submit issue. QQ群: 833345709

Why Bolt is what you need?


  • High Performance: 15%+ faster than existing open source acceleration libraries.
  • Rich Model Conversion: support Caffe, ONNX, TFLite, Tensorflow.
  • Various Inference Precision: support FP32, FP16, INT8, 1-BIT.
  • Multiple platforms: ARM CPU(v7, v8, v8.2+), Mali GPU, Qualcomm GPU, X86 CPU(AVX2, AVX512)
  • Bolt is the first to support NLP and also supports common CV applications.
  • Minimize ROM/RAM
  • Rich Graph Optimization
  • Efficient Thread Affinity Setting
  • Auto Algorithm Tuning
  • Time-Series Data Acceleration

See more excellent features and details here

Building Status


There are some common used platform for inference. More targets can be seen from scripts/target.sh. Please make a suitable choice depending on your environment. If you want to build on-device training module, you can add --train option. If you want to use multi-threads parallel, you can add --openmp option.

Bolt defaultly link static library, This may cause some problem on some platforms. You can use --shared option to link shared library.

target platform precision build command Linux Windows MacOS
Android(armv7) fp32,int8 ./install.sh --target=android-armv7 Build Status Build Status Build Status
Android(armv8) fp32,int8 ./install.sh --target=android-aarch64 --fp16=off Build Status Build Status Build Status
Android(armv8.2+) fp32,fp16,int8,bnn ./install.sh --target=android-aarch64 Build Status Build Status Build Status
Android(gpu) fp16 ./install.sh --target=android-aarch64 --gpu Build Status Build Status Build Status
Android(x86_64) fp32,int8 ./install.sh --target=android-x86_64 Build Status Build Status Build Status
iOS(armv7) fp32,int8 ./install.sh --target=ios-armv7 / / Build Status
iOS(armv8) fp32,int8 ./install.sh --target=ios-aarch64 --fp16=off / / Build Status
iOS(armv8.2+) fp32,fp16,int8,bnn ./install.sh --target=ios-aarch64 / / Build Status
Linux(armv7) fp32,int8 ./install.sh --target=linux-armv7_blank Build Status / /
Linux(armv8) fp32,int8 ./install.sh --target=linux-aarch64_blank --fp16=off Build Status / /
Linux(armv8.2+) fp32,fp16,int8,bnn ./install.sh --target=linux-aarch64_blank Build Status / /
Linux(x86_64) fp32,int8 ./install.sh --target=linux-x86_64 Build Status / /
Linux(x86_64_avx2) fp32 ./install.sh --target=linux-x86_64_avx2 Build Status / /
Linux(x86_64_avx512) fp32,int8 ./install.sh --target=linux-x86_64_avx512 Build Status / /
Windows(x86_64) fp32,int8 ./install.sh --target=windows-x86_64 / Build Status /
Windows(x86_64_avx2) fp32 ./install.sh --target=windows-x86_64_avx2 / Build Status /
Windows(x86_64_avx512) fp32,int8 ./install.sh --target=windows-x86_64_avx512 / Build Status /
MacOS(armv8.2+) fp32,fp16,int8,bnn ./install.sh --target=macos-aarch64 / / Build Status
MacOS(x86_64) fp32,int8 ./install.sh --target=macos-x86_64 / / Build Status
MacOS(x86_64_avx2) fp32 ./install.sh --target=macos-x86_64_avx2 / / Build Status
MacOS(x86_64_avx512) fp32,int8 ./install.sh --target=macos-x86_64_avx512 / / Build Status
Train-Linux(x86_avx2) fp32 ./install.sh --target=linux-x86_64_avx2 --train Build Status / /
Train-Android_armv8 fp32 ./install.sh --target=android-aarch64 --train Build Status / /

Quick Start


Two steps to get started with bolt.
  1. Conversion: use X2bolt to convert your model from caffe, onnx, tflite or tensorflow to .bolt file;

  2. Inference: run benchmark with .bolt and data to get the inference result.

    For more details about the usage of X2bolt and benchmark tools, see docs/USER_HANDBOOK.md.

DL Applications in Bolt

Here we show some interesting and useful applications in bolt.

Face Detection ASR Semantics Analysis Image Classification Reading Comprehension
face_detection android ios exe asr android ios semantics analysis android image_classification android ios reading_comprehension android

Verified Networks


Bolt has shown its high performance in the inference of common CV and NLP neural networks. Some of the representative networks that we have verified are listed below. You can find detailed benchmark information in docs/BENCHMARK.md.

Application Models
CV Resnet50, Shufflenet, Squeezenet, Densenet, Efficientnet, Mobilenet_v1, Mobilenet_v2, Mobilenet_v3, BiRealNet, ReActNet, Ghostnet, unet, LCNet, Pointnet, hair-segmentation, duc, fcn, retinanet, SSD, Faster-RCNN, Mask-RCNN, Yolov2, Yolov3, Yolov4, Yolov5, ViT, TNT ...
NLP Bert, Albert, Tinybert, Neural Machine Translation, Text To Speech(Tactron,Tactron2,FastSpeech+hifigan,melgan), Automatic Speech Recognition, DFSMN, Conformer, Tdnn, FRILL, T5, GPT-2, Roberta ...
Recommendation MLP
More DL Tasks ...

More models than these mentioned above are supported, users are encouraged to further explore.

On-Device Training


On-Device Training has come, it's a beta vesion which supports Lenet, Mobilenet_v1 and Resnet18 for training on the embedded devices and servers. Want more details of on-device training in bolt? Get with the official training tutorial.

Documentations


Everything you want to know about bolt is recorded in the detailed documentations stored in docs.

Articles


教程


Acknowledgement


Bolt refers to the following projects: caffe, onnx, tensorflow, ncnn, mnn, dabnn.

License


The MIT License(MIT)

bolt-2's People

Contributors

jianfeifeng avatar yuxianzhi avatar yunfanxiao avatar kampoz18 avatar fengchenhpc avatar dependabot[bot] avatar bil17t avatar monkeyking avatar songqun avatar yulv-git avatar nihui avatar ysh329 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.