Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
4 years ago | |
---|---|---|
.github | 4 years ago | |
ci | 4 years ago | |
cmake | 4 years ago | |
dnn | 4 years ago | |
imperative | 4 years ago | |
scripts | 4 years ago | |
sdk | 4 years ago | |
src | 4 years ago | |
test | 4 years ago | |
third_party | 4 years ago | |
toolchains | 4 years ago | |
tools | 4 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 4 years ago | |
ACKNOWLEDGMENTS | 4 years ago | |
CMakeLists.txt | 4 years ago | |
CODE_OF_CONDUCT.md | 5 years ago | |
CONTRIBUTOR_LICENSE_AGREEMENT.md | 5 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
README_CN.md | 4 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 Linux-64bit/Windows-64bit/MacOS-10.14+ (CPU-Only) 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.
Commands to install from binaries via pip wheels are as follows:
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 believe we can build an open and friendly community and power humanity with AI.
MegEngine is Licensed under the Apache License, Version 2.0
Copyright (c) 2014-2020 Megvii Inc. All rights reserved.
MegEngine 安装包中集成了使用 GPU 运行代码所需的 CUDA 环境,不用区分 CPU 和 GPU 版。 如果想要运行 GPU 程序,请确保机器本身配有 GPU 硬件设备并安装好驱动。 如果你想体验在云端 GPU 算力平台进行深度学习开发的感觉,欢迎访问 MegStudio 平台
C++ Cuda Python C SVG other