Coder Social home page Coder Social logo

shenhzou654321 / anakin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paddlepaddle/anakin

0.0 1.0 0.0 2.98 MB

License: Apache License 2.0

CMake 3.96% Shell 0.16% C++ 65.64% C 0.70% Cuda 7.60% Python 4.44% JavaScript 16.62% CSS 0.46% HTML 0.41%

anakin's Introduction

Anakin

License

Welcome to the Anakin GitHub.

Anakin is an cross-platform, high-performance inference engine, which is originally developed by Baidu engineers and is a large-scale application of industrial products.

Please refer to our release announcement to track the latest feature of Anakin.

Features

  • Flexibility

    Anakin supports a wide range of neural network architectures and diffrent hardware platform. It is easy to run Anakin at GPU/x86/ARM platform.

  • High performance

    In order to giving full play to the performance of hardware, we optimize the forward prediction at diffrent levels.

    • Automatic graph fusion. The goal of all performance optimization under a given algorithm is to make ALU as busy as possible, Operator fusion can effectively reduce memory access and keep ALU busy.

    • Memory reuse. Forward prediction is a one-way calculation. We reuse the memory between the input and output of different operators, thus reducing the overall memory overhead.

    • Assembly level optimization. Saber is Anakin's underlying DNN library, which is deeply optimized at assembly level. Performance comparison between Anakin, TensorRT and Tensorflow-lite, please refer to the benchmark tests.

Installation

It is recommended to check out the Docker installation guide. before looking into the build from source guide.

Benchmark

It is recommended to check out the Benchmark Readme

Documentation

We provide English and Chinese documentation.

Ask Questions

You are welcome to submit questions and bug reports as Github Issues.

Copyright and License

Anakin is provided under the Apache-2.0 license.

anakin's People

Contributors

cyj1986 avatar littlemaer avatar pangge avatar qq332982511 avatar shixiaowei02 avatar throneclay avatar xyoungli 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.