seetaresearch / dragon

A Computation Graph Virtual Machine based ML Framework

Home Page:https://seetadragon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragon is a machine learning library that provides diverse programming styles for AI modeling. It builds a virtual machine for computation graph by leveraging the carefully designed intermediate representation, makes execution decoupled from the specific invocation. As a result, it can fuse modern frameworks and integrations together, powered by a unified engine.

Dragon devotes to provide universal but invisible interface for designing AI models. Developers can continue to use their codebase and familiar interface in this novel framework. It hopes to help developers to get rid of the burden in transferring projects written by other frameworks, while achieves similar or even better performance.

Dragon actively tracks the release of PyTorch and TensorFlow, dispatches AI computation on diverse accelerators, including the newest NVIDIA GPUs and Apple Silicon processors. It is the first deep learning framework that focuses on developing multiple styles, rather than promoting private interface. We will always learn from the AI community to evolve Dragon over time.

Installation

See the Installation Guide for the binary package or how to build from source.

License

BSD 2-Clause license

About

A Computation Graph Virtual Machine based ML Framework

https://seetadragon.com

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 45.2%Language:C++ 34.3%Language:Cuda 9.8%Language:Objective-C++ 8.9%Language:CMake 1.5%Language:C 0.2%Language:Shell 0.0%Language:Batchfile 0.0%Language:Dockerfile 0.0%