Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
3 years ago | |
---|---|---|
.github | 3 years ago | |
ci | 3 years ago | |
cmake | 3 years ago | |
dnn | 3 years ago | |
imperative | 3 years ago | |
lite | 3 years ago | |
scripts | 3 years ago | |
sdk | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
third_party | 3 years ago | |
toolchains | 3 years ago | |
tools | 3 years ago | |
.clang-format | 3 years ago | |
.gdbinit | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 3 years ago | |
ACKNOWLEDGMENTS | 3 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
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
If you use MegEngine in your publication,please cite it by using the following BibTeX entry.
@Misc{MegEngine,
institution = {megvii},
title = {MegEngine:A fast, scalable and easy-to-use deep learning framework},
howpublished = {\url{https://github.com/MegEngine/MegEngine}},
year = {2020}
}
Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
MegEngine 安装包中集成了使用 GPU 运行代码所需的 CUDA 环境,不用区分 CPU 和 GPU 版。 如果想要运行 GPU 程序,请确保机器本身配有 GPU 硬件设备并安装好驱动。 如果你想体验在云端 GPU 算力平台进行深度学习开发的感觉,欢迎访问 MegStudio 平台
C++ Cuda Python C SVG other