A Computation Graph Virtual Machine based Deep Learning Framework.

seetaresearch seetaresearch Last update: Jun 29, 2023

dragon

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

Subscribe to our newsletter