MegEngine
by Community
MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架
OSS
MegEngine
Added 1 June 2026
Overview
MegEngine is a fast, scalable, easy-to-use deep learning framework that supports automatic differentiation. It is written in C++ and has 4808 stars on GitHub.
Best for
Best for
Developers building custom deep learning models in C++ who need high performance and scalability
Use cases
- Training deep neural networks with automatic differentiation
- Deploying models in production environments
- Research and experimentation with custom architectures
Notes
MegEngine is a fast, scalable, easy-to-use deep learning framework that supports automatic differentiation. It is written in C++ and has 4808 stars on GitHub.
4,808 stars on GitHub. Last updated 2024-10-24. Licensed Apache-2.0.
Use cases
- Training deep neural networks with automatic differentiation
- Deploying models in production environments
- Research and experimentation with custom architectures
Pros
- Fast performance due to C++ implementation
- Scalable for large-scale training tasks
- Easy-to-use API with automatic differentiation
Cons
- Smaller community and ecosystem compared to TensorFlow or PyTorch
- Limited Python bindings may hinder accessibility for Python-first developers
- Less documentation and third-party resources available
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Fast performance due to C++ implementation
- Scalable for large-scale training tasks
- Easy-to-use API with automatic differentiation
Cons
- Smaller community and ecosystem compared to TensorFlow or PyTorch
- Limited Python bindings may hinder accessibility for Python-first developers
- Less documentation and third-party resources available
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
PyTorch
Community
Tensors and Dynamic neural networks in Python with strong GPU acceleration
TensorFlow
Community
An Open Source Machine Learning Framework for Everyone
Jax
Community
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more