Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seetaresearch/dragon
A Computation Graph Virtual Machine based ML Framework
https://github.com/seetaresearch/dragon
deep-learning machine-learning python pytorch tensorflow
Last synced: about 21 hours ago
JSON representation
A Computation Graph Virtual Machine based ML Framework
- Host: GitHub
- URL: https://github.com/seetaresearch/dragon
- Owner: seetaresearch
- License: bsd-2-clause
- Created: 2018-03-12T10:08:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T02:08:37.000Z (10 months ago)
- Last Synced: 2025-01-16T10:05:59.147Z (1 day ago)
- Topics: deep-learning, machine-learning, python, pytorch, tensorflow
- Language: Python
- Homepage: https://seetadragon.com
- Size: 6.7 MB
- Stars: 107
- Watchers: 12
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://www.pytorch.org/) and [TensorFlow](https://www.tensorflow.org), 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](https://seetadragon.com/install) for the binary package or how to build from source.
## License
[BSD 2-Clause license](https://github.com/seetaresearch/dragon/blob/master/LICENSE)