MegEngine
bCloud LLC
MegEngine
bCloud LLC
MegEngine
bCloud LLC
Version 1.13.0 + Free with Support on Ubuntu 24.04
MegEngine is an open-source deep learning framework developed by Megvii (Face++). It provides an efficient and flexible platform for building, training, and deploying AI models. Designed with performance in mind, MegEngine supports both CPU and GPU acceleration, making it suitable for research as well as production environments. It is widely used in computer vision, natural language processing, and other machine learning applications.
Features of MegEngine:
- High performance: Optimized tensor operations for efficient training and inference on CPUs and GPUs.
- Dynamic and static computation graphs: Offers flexibility for research and stability for deployment.
- Cross-domain usage: Supports tasks in computer vision, NLP, and general machine learning.
- Scalability: Suitable for large-scale distributed training and real-time inference.
- Open-source: Freely available with an active community and industry adoption.
- Deployment-ready: Optimized for both experimentation and production pipelines.
To check the installed version of MegEngine in your environment:
$ sudo su
$ sudo apt update
$ source /opt/megengine_env/bin/activate
$ pip show megengine
Disclaimer: MegEngine was originally developed by Megvii Technology (Face++). Official prebuilt wheels are provided for specific Python versions (generally 3.6–3.10). For the latest updates, supported platforms, and installation methods, always refer to the official documentation at megengine.org.cn.