Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
3 years ago | |
---|---|---|
.github | 4 years ago | |
ci | 4 years ago | |
cmake | 4 years ago | |
dnn | 3 years ago | |
imperative | 3 years ago | |
scripts | 3 years ago | |
sdk | 3 years ago | |
src | 3 years ago | |
test | 4 years ago | |
third_party | 3 years ago | |
toolchains | 4 years ago | |
tools | 4 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 4 years ago | |
ACKNOWLEDGMENTS | 4 years ago | |
CMakeLists.txt | 3 years ago | |
CODE_OF_CONDUCT.md | 3 years ago | |
CONTRIBUTOR_LICENSE_AGREEMENT.md | 5 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
README_CN.md | 3 years ago | |
commitlint.config.js | 3 years ago | |
logo.png | 5 years ago |
English | 中文
MegEngine is a fast, scalable and easy-to-use deep learning framework, with auto-differentiation.
NOTE: MegEngine now supports Python installation on Linux-64bit/Windows-64bit/MacOS(CPU-Only)-10.14+ platforms with Python from 3.5 to 3.8. On Windows 10 you can either install the Linux distribution through Windows Subsystem for Linux (WSL) or install the Windows distribution directly. Many other platforms are supported for inference.
To install the pre-built binaries via pip wheels:
python3 -m pip install --upgrade pip
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
Most of the dependencies of MegEngine are located in third_party directory, which can be prepared by executing:
./third_party/prepare.sh
./third_party/install-mkl.sh
But some dependencies need to be installed manually:
MegEngine uses CMake as the build tool.
We provide the following scripts to facilitate building.
scripts/cmake-build/host_build.sh -h
scripts/cmake-build/cross_build_android_arm_inference.sh -h
scripts/cmake-build/cross_build_linux_arm_inference.sh -h
scripts/cmake-build/cross_build_ios_arm_inference.sh
Please refer to BUILD_README.md for more details.
We strive to build an open and friendly community. We aim to power humanity with AI.
MegEngine is licensed under the Apache License, Version 2.0
Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
MegEngine 安装包中集成了使用 GPU 运行代码所需的 CUDA 环境,不用区分 CPU 和 GPU 版。 如果想要运行 GPU 程序,请确保机器本身配有 GPU 硬件设备并安装好驱动。 如果你想体验在云端 GPU 算力平台进行深度学习开发的感觉,欢迎访问 MegStudio 平台
C++ Cuda Python C SVG other